Handbook
Glossary
aes-128-key? ( object -- ? )
Vocabulary
crypto
.
aes
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
aes-128-key
class.
Definition
USING:
kernel
;
IN:
crypto.aes.private
:
aes-128-key?
( object -- ? )
\
aes-128-key
eq?
;