Handbook
Glossary
state>keystream ( state -- bytes )
Vocabulary
crypto
.
chacha20
.
private
Inputs
state
an
object
Outputs
bytes
an
object
Definition
USING:
endian
sequences
;
IN:
crypto.chacha20.private
:
state>keystream
( state -- bytes )
[
4
>le
]
map
concat
;