b3f9d4f8d6
* 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
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
name: Classic McEliece 460896
|
|
type: kem
|
|
claimed-nist-level: 3
|
|
claimed-security: IND-CCA2
|
|
length-public-key: 524160
|
|
length-secret-key: 13568
|
|
length-ciphertext: 188
|
|
length-shared-secret: 32
|
|
nistkat-sha256: b0822a5d00d7fad26380044c77b33370a5fb38e7851263229f590cac323a46a7
|
|
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
|
|
- popcnt
|
|
- name: avx
|
|
version: SUPERCOP-20191221
|
|
supported_platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
- popcnt
|