Handbook
Glossary
key-expand-round ( temp i -- temp' )
Vocabulary
crypto
.
aes
.
private
Inputs
temp
an
object
i
an
object
Outputs
temp'
an
object
Definition
IN:
crypto.aes.private
HOOK:
key-expand-round
aes-expand-inner
( temp i -- temp' )
Methods
USING:
crypto.aes.private
kernel
math
;
M:
aes-128-key
key-expand-round
4
/mod
0
=
and*
[
(add-rcon)
]
when*
;
USING:
crypto.aes.private
;
M:
aes-256-key
key-expand-round
aes-192-256-not-implemented
;