Handbook
Glossary
chacha20-init ( key nonce counter -- state )
Vocabulary
crypto
.
chacha20
.
private
Inputs
key
an
object
nonce
an
object
counter
an
object
Outputs
state
an
object
Definition
USING:
arrays
sequences
;
IN:
crypto.chacha20.private
::
chacha20-init
( key nonce counter -- state )
constants
key
append
counter
1array
append
nonce
append
>array
;