Skip to content
Curated category

Cryptographic primitives

  • Cryptographic hash functionA cryptographic hash function takes a string of any length and produces a fixed-length output. This process must withstand all known types of cryptanalytic…
  • Digital signatureAlice signs a message by appending a signature computed from the message and her private key. Bob receives both the message and signature.