Handbook
Glossary
(add-round-key) ( key state -- state' )
Vocabulary
crypto
.
aes
.
private
Inputs
key
an
object
state
an
object
Outputs
state'
an
object
Definition
USING:
math
sequences.unrolled
;
IN:
crypto.aes.private
:
(add-round-key)
( key state -- state' )
4
[
bitxor
]
unrolled-2map
;