Reference implementations of PQC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

37 lines
961 B

  1. name: ntruhps2048509
  2. type: kem
  3. claimed-nist-level: 1
  4. claimed-security: IND-CCA2
  5. length-public-key: 699
  6. length-secret-key: 935
  7. length-ciphertext: 699
  8. length-shared-secret: 32
  9. nistkat-sha256: fc314366fbe795e2db6d29abb9f5b2ff43f0f608d0bd66161f9450364f0d271b
  10. principal-submitters:
  11. - John M. Schanck
  12. auxiliary-submitters:
  13. - Cong Chen
  14. - Oussama Danba
  15. - Jeffrey Hoffstein
  16. - Andreas Hülsing
  17. - Joost Rijneveld
  18. - Tsunekazu Saito
  19. - Peter Schwabe
  20. - William Whyte
  21. - Keita Xagawa
  22. - Takashi Yamakawa
  23. - Zhenfei Zhang
  24. implementations:
  25. - name: clean
  26. version: https://github.com/jschanck/ntru/tree/a43a4457 reference implementation
  27. - name: avx2
  28. version: https://github.com/jschanck/ntru/tree/a43a4457 avx2 implementation
  29. supported_platforms:
  30. - architecture: x86_64
  31. operating_systems:
  32. - Linux
  33. - Darwin
  34. required_flags:
  35. - avx2
  36. - bmi2