forked from pq-crystals/dilithium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dilithium3-AES_META.yml
45 lines (45 loc) · 2 KB
/
Dilithium3-AES_META.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: Dilithium3-AES
type: signature
claimed-nist-level: 3
length-public-key: 1952
length-secret-key: 4000
length-signature: 3293
nistkat-sha256: 78ebbb3a17d53b219ee7e124892305467298dd87aa0397b31b4cc17dd6b16edf
testvectors-sha256: a169ea72d18736ac271fb574af20f665eb43a97e148d95183dd13268b5526d9d
principal-submitters:
- Vadim Lyubashevsky
auxiliary-submitters:
- Shi Bai
- Léo Ducas
- Eike Kiltz
- Tancrède Lepoint
- Peter Schwabe
- Gregor Seiler
- Damien Stehlé
implementations:
- name: ref
version: https://github.com/pq-crystals/dilithium/commit/d9c885d3f2e11c05529eeeb7d70d808c972b8409
folder_name: ref
compile_opts: -DDILITHIUM_MODE=3 -DDILITHIUM_USE_AES -DDILITHIUM_RANDOMIZED_SIGNING
signature_keypair: pqcrystals_dilithium3aes_ref_keypair
signature_signature: pqcrystals_dilithium3aes_ref_signature
signature_verify: pqcrystals_dilithium3aes_ref_verify
sources: ../LICENSE api.h config.h params.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.c ntt.h reduce.c reduce.h rounding.c rounding.h symmetric.h fips202.h symmetric-aes.c aes256ctr.h
common_dep: common_ref
- name: avx2
version: https://github.com/pq-crystals/dilithium/commit/d9c885d3f2e11c05529eeeb7d70d808c972b8409
compile_opts: -DDILITHIUM_MODE=3 -DDILITHIUM_USE_AES -DDILITHIUM_RANDOMIZED_SIGNING
signature_keypair: pqcrystals_dilithium3aes_avx2_keypair
signature_signature: pqcrystals_dilithium3aes_avx2_signature
signature_verify: pqcrystals_dilithium3aes_avx2_verify
sources: ../LICENSE api.h config.h params.h align.h sign.c sign.h packing.c packing.h polyvec.c polyvec.h poly.c poly.h ntt.S invntt.S pointwise.S ntt.h shuffle.S shuffle.inc consts.c consts.h rejsample.c rejsample.h rounding.c rounding.h symmetric.h fips202.h aes256ctr.h
common_dep: common_avx2 common_aes
supported_platforms:
- architecture: x86_64
operating_systems:
- Darwin
- Linux
required_flags:
- avx2
- aes
- popcnt