Handbook
Glossary
(key-sched-round) ( output temp i -- output' )
Vocabulary
crypto
.
aes
.
private
Inputs
output
an
object
temp
an
object
i
an
object
Outputs
output'
an
object
Definition
USING:
crypto.aes.utils
kernel
math
sequences
;
IN:
crypto.aes.private
:
(key-sched-round)
( output temp i -- output' )
key-expand-round
[
dup
4th-from-tail
]
dip
bitxor
suffix!
;
inline