Module salty::signature

source ·

Structs

  • pair of secret and corresponding public keys
  • a public key, consisting internally of both its defining point (the secret scalar times the curve base point) and the compression of that point.
  • a secret key, consisting internally of the seed and its expansion into a scalar and a “nonce”.
  • a signature: pair consisting of a curve point “R” in compressed form and a scalar “s”.