encrypt/h_chacha20 library
Functions
-
hChaCha20block(
List key, List nonce) → String - The HChaCha20 block is created in the same way as the ChaCha20 block, except that it has no block counter. The nonce is instead 32 bytes long and not 24 bytes as in ChaCha20.