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.
 
 
 
 

51 lines
1.2 KiB

  1. name: Classic McEliece 348864f
  2. type: kem
  3. claimed-nist-level: 1
  4. claimed-security: IND-CCA2
  5. length-public-key: 261120
  6. length-secret-key: 6452
  7. length-ciphertext: 128
  8. length-shared-secret: 32
  9. nistkat-sha256: f0a166a9115a0c8481c85aee3fe901729a21a8a84a5d2b871fb99fc50223046b
  10. principal-submitters:
  11. - Daniel J. Bernstein
  12. - Tung Chou
  13. - Tanja Lange
  14. - Ingo von Maurich
  15. - Rafael Misoczki
  16. - Ruben Niederhagen
  17. - Edoardo Persichetti
  18. - Christiane Peters
  19. - Peter Schwabe
  20. - Nicolas Sendrier
  21. - Jakub Szefer
  22. - Wen Wang
  23. auxiliary-submitters: []
  24. implementations:
  25. - name: clean
  26. version: SUPERCOP-20191221
  27. - name: vec
  28. version: SUPERCOP-20191221
  29. - name: sse
  30. version: SUPERCOP-20191221
  31. supported_platforms:
  32. - architecture: x86_64
  33. operating_systems:
  34. - Linux
  35. - Darwin
  36. required_flags:
  37. - sse4_1
  38. - bmi1
  39. - popcnt
  40. - name: avx
  41. version: SUPERCOP-20191221
  42. supported_platforms:
  43. - architecture: x86_64
  44. operating_systems:
  45. - Linux
  46. - Darwin
  47. required_flags:
  48. - avx2
  49. - popcnt
  50. - bmi1