Skip to content

Commit 040e210

Browse files
Merge pull request #9049 from kojiws/import_mldsa_seed_pkcs8_reapply
Reapply - Import ML-DSA's seed from PKCS8 file
2 parents 0392ee0 + 2891815 commit 040e210

26 files changed

+451
-169
lines changed

certs/include.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,5 @@ include certs/dilithium/include.am
152152
include certs/sphincs/include.am
153153
include certs/rpk/include.am
154154
include certs/acert/include.am
155+
include certs/mldsa/include.am
155156

certs/mldsa/include.am

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# vim:ft=automake
2+
# All paths should be given relative to the root
3+
#
4+
5+
EXTRA_DIST += \
6+
certs/mldsa/mldsa44_seed-only.der \
7+
certs/mldsa/mldsa44_priv-only.der \
8+
certs/mldsa/mldsa44_seed-priv.der \
9+
certs/mldsa/mldsa44_oqskeypair.der \
10+
certs/mldsa/mldsa44_bare-seed.der \
11+
certs/mldsa/mldsa44_bare-priv.der \
12+
certs/mldsa/mldsa65_seed-only.der \
13+
certs/mldsa/mldsa65_priv-only.der \
14+
certs/mldsa/mldsa65_seed-priv.der \
15+
certs/mldsa/mldsa65_oqskeypair.der \
16+
certs/mldsa/mldsa65_bare-seed.der \
17+
certs/mldsa/mldsa65_bare-priv.der \
18+
certs/mldsa/mldsa87_seed-only.der \
19+
certs/mldsa/mldsa87_priv-only.der \
20+
certs/mldsa/mldsa87_seed-priv.der \
21+
certs/mldsa/mldsa87_oqskeypair.der \
22+
certs/mldsa/mldsa87_bare-seed.der \
23+
certs/mldsa/mldsa87_bare-priv.der

certs/mldsa/mldsa44_bare-priv.der

2.52 KB
Binary file not shown.

certs/mldsa/mldsa44_bare-seed.der

52 Bytes
Binary file not shown.

certs/mldsa/mldsa44_oqskeypair.der

3.81 KB
Binary file not shown.

certs/mldsa/mldsa44_priv-only.der

2.53 KB
Binary file not shown.

certs/mldsa/mldsa44_seed-only.der

54 Bytes
Binary file not shown.

certs/mldsa/mldsa44_seed-priv.der

2.56 KB
Binary file not shown.

certs/mldsa/mldsa65_bare-priv.der

3.96 KB
Binary file not shown.

certs/mldsa/mldsa65_bare-seed.der

52 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)