Fundamental Approach

Signature generation.

  • Production of a value using a private key.

  • The signer (or signatory) is the private key owner.

Signature verification.

  • Validation of an expression using the signature and a public key.

  • Anyone can verify.

    • Since public keys can be universally known.

  • The signature can be linked to the public key owner.

Last updated