liboqs/docs/algorithms/kem_ledacrypt.md
Douglas Stebila 795c1b7932
Add Falcon from PQClean (#660)
* More cleanup after replaced dashes in filenames

* Add Falcon from PQClean and sync with latest PQClean commits

* Try to fix type punning warning in Falcon

* Missed templating

* Formatting change
2020-03-14 10:56:42 -04:00

1.8 KiB

liboqs algorithm datasheet: kem_ledacrypt

Summary

  • Name: LEDAcrypt
  • Algorithm type: key encapsulation mechanism
  • Main cryptographic assumption: quasi-cyclic low-density parity check codes
  • Scheme authors: Marco Baldi, Alessandro Barenghi, Franco Chiaraluce, Gerardo Pelosi, Paolo Santini
  • Authors' website: https://www.ledacrypt.org
  • Added to liboqs by: Douglas Stebila
  • NIST Round 2 submission

Parameter sets

Parameter set Security model Claimed NIST security level Public key size (bytes) Secret key size (bytes) Ciphertext size (bytes) Shared secret size (bytes)
LEDAcryptKEM-LT12 IND-CCA 1 6520 50 6544 32
LEDAcryptKEM-LT32 IND-CCA 3 12032 66 12064 48
LEDAcryptKEM-LT52 IND-CCA 5 19040 82 19080 64

Implementation