pqc/crypto_kem/mceliece6960119f/META.yml
Thom Wiggers b3f9d4f8d6
Classic McEliece (#259)
* Add McEliece reference implementations

* Add Vec implementations of McEliece

* Add sse implementations

* Add AVX2 implementations

* Get rid of stuff not supported by Mac ABI

* restrict to two cores

* Ditch .data files

* Remove .hidden from all .S files

* speed up duplicate consistency tests by batching

* make cpuinfo more robust

* Hope to stabilize macos cpuinfo without ccache

* Revert "Hope to stabilize macos cpuinfo without ccache"

This reverts commit 6129c3cabe1abbc8b956bc87e902a698e32bf322.

* Just hardcode what's available at travis

* Fixed-size types in api.h

* namespace all header files in mceliece

* Ditch operations.h

* Get rid of static inline functions

* fixup! Ditch operations.h
2020-02-05 13:09:56 +01:00

51 satır
1.2 KiB
YAML

name: Classic McEliece 6960119f
type: kem
claimed-nist-level: 5
claimed-security: IND-CCA2
length-public-key: 1047319
length-secret-key: 13908
length-ciphertext: 226
length-shared-secret: 32
nistkat-sha256: 653ada51f795f7c606a6316f6c6db50f18804fe4a07aa26c78dc8f4ae2f9bccd
principal-submitters:
- Daniel J. Bernstein
- Tung Chou
- Tanja Lange
- Ingo von Maurich
- Rafael Misoczki
- Ruben Niederhagen
- Edoardo Persichetti
- Christiane Peters
- Peter Schwabe
- Nicolas Sendrier
- Jakub Szefer
- Wen Wang
auxiliary-submitters: []
implementations:
- name: clean
version: SUPERCOP-20191221
- name: vec
version: SUPERCOP-20191221
- name: sse
version: SUPERCOP-20191221
supported_platforms:
- architecture: x86_64
operating_systems:
- Linux
- Darwin
required_flags:
- sse4_1
- bmi1
- popcnt
- name: avx
version: SUPERCOP-20191221
supported_platforms:
- architecture: x86_64
operating_systems:
- Linux
- Darwin
required_flags:
- avx2
- bmi1
- popcnt