(transform) ( a0 a1 a2 a3 table -- word' )


Vocabulary
crypto.aes.private

Inputs
a0an object
a1an object
a2an object
a3an object
tablean object


Outputs
word'an object


Definition


:: (transform) ( a0 a1 a2 a3 table -- word' )
a0 a1 a2 a3 [ 256 + ] [ 512 + ] [ 768 + ] tri*
[ table nth ] 4 napply bitxor bitxor bitxor ; inline