[−][src]Module salty::signature
Structs
Keypair | pair of secret and corresponding public keys |
PublicKey | a public key, consisting internally of both its defining point (the secret scalar times the curve base point) and the compression of that point. |
SecretKey | a secret key, consisting internally of the seed and its expansion into a scalar and a "nonce". |
Signature | a signature: pair consisting of a curve point "R" in compressed form and a scalar "s". |