Crate signcryption

source ·

Structs

  • A signcryption keypair used to sign, verify and encrypt messages.
  • Data structure containing the ciphertext, signature and additional data
  • Used to hold intermediate values during the signcryption process.

Enums

  • The curve used, variants are Ristretto255 or Edwards25519. Ristretto255 is recommended and the default variant.
  • Signcryption failure modes

Constants

Functions