Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ecdsa
v1.0-alpha
Digest
Keccak3
SHA3
ECDSA
Group
Math
NotInvertible
Point
PointNotInGroup
PointsGroupMismatch
PublicKeyIsInfinity
Signature
SignatureNotInRange
Built with Crystal 1.9.2
2023-10-08 14:43:47 UTC
class
ECDSA::Signature
ECDSA::Signature
Reference
Object
Defined in:
ecdsa/signature.cr
Constructors
.new
(r : BigInt, s : BigInt)
Instance Method Summary
#==
(other : Signature) : Bool
#r
: BigInt
#s
: BigInt
Constructor Detail
def self.
new
(r : BigInt, s : BigInt)
#
[
View source
]
Instance Method Detail
def
==
(other :
Signature
) : Bool
#
[
View source
]
def
r
: BigInt
#
[
View source
]
def
s
: BigInt
#
[
View source
]