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