Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
crypto.aes vocabulary
Factor documentation
>
Factor handbook
>
Vocabulary index
Summary
crypto.aes vocabulary
Meta-data
Authors:
Doug Coleman
Words
Ordinary words
Word
Stack effect
AES_BLOCK_SIZE
( -- value )
d-table
( -- array )
inv-sbox
( -- array )
rcon
( -- array )
sbox
( -- array )
set-d
( D i -- )
set-t
( T i -- )
t-table
( -- array )
ui32
( a0 a1 a2 a3 -- a )
xtime
( x -- x' )
Files
resource:extra/crypto/aes/aes.factor
resource:extra/crypto/aes/aes-docs.factor
resource:extra/crypto/aes/aes-tests.factor