class Secp256k1::ECDSA_Signature
- Secp256k1::ECDSA_Signature
- Reference
- Object
Overview
an ecdsa signature
Defined in:
structs.crConstructors
Instance Method Summary
-
#r : BigInt
the x coordinate of a random point
-
#r=(r : BigInt)
the x coordinate of a random point
-
#s : BigInt
the signature proof of a message
-
#s=(s : BigInt)
the signature proof of a message