class Cryogen::Key
- Cryogen::Key
- Reference
- Object
Defined in:
cryogen/key.crConstant Summary
-
CIPHER_KEY_BYTES =
32
-
KEY_BYTES =
CIPHER_KEY_BYTES + SIGNING_KEY_BYTES
-
SIGNING_KEY_BYTES =
32
Constructors
- .from_base64(stringified_key : String) : self
- .generate : self
- .load(key_file : String) : self
- .new(key_material : Bytes)