struct Crypto::Signature
- Crypto::Signature
- Struct
- Value
- Object
Defined in:
monocypher.cr:13monocypher.cr:77
Constructors
- .new(s : String)
- .new(message, *, secret : SecretKey, public : PublicSigningKey)
- .new(message, *, secret : SecretKey)
Class Method Summary
Instance Method Summary
- #check(message, *, public : PublicSigningKey) : Bool
- #compare(other) : Bool
- #to_slice
- #to_unsafe : StaticArray(UInt8, 64)