Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Ed25519::Signature
Inherits
Reference
<
Object
** EDDSA signature. /
Constructors
from_hex
(hex :
Hex
) :
Signature
Source
new
(r :
Point
, s :
BigInt
)
Source
Instance methods
assert_validity
Source
r
Source
r=
(r :
Point
)
Source
s
Source
s=
(s :
BigInt
)
Source
to_hex
Source
to_raw_bytes
Source