module Crypto::Secret::ClassMethods
Defined in:
crypto-secret/class_methods.crInstance Method Summary
-
#copy_from(data : Bytes)
Copies
data
to the new Secret -
#move_from(data : Bytes)
Copies
data
to the new Secret and erases data -
#random(size)
Returns a readonly random Secret
Instance Method Detail
def move_from(data : Bytes)
#
Copies data
to the new Secret and erases data
Returns a readonly Secret