Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cox
master
Cox
Key
KeyPair
Nonce
PublicKey
SecretKey
SignKeyPair
SignPublicKey
SignSecretKey
Built with Crystal 1.9.2
2023-10-08 03:51:58 UTC
abstract class
Cox::Key
Cox::Key
Reference
Object
Direct Known Subclasses
Cox::PublicKey
Cox::SecretKey
Cox::SignPublicKey
Cox::SignSecretKey
Defined in:
cox/key.cr
Class Method Summary
.from_base64
(encoded_key)
Instance Method Summary
#bytes
#pointer
(size)
#pointer
#to_base64
Class Method Detail
def self.
from_base64
(encoded_key)
#
[
View source
]
Instance Method Detail
abstract def
bytes
#
[
View source
]
def
pointer
(size)
#
[
View source
]
def
pointer
#
[
View source
]
def
to_base64
#
[
View source
]