File tree 4 files changed +39
-0
lines changed 4 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,42 @@ use core::ops::Deref;
8
8
9
9
// See src/data/README.md.
10
10
11
+ /// AlgorithmIdentifier for `id-ml-dsa-44`.
12
+ ///
13
+ /// This is:
14
+ ///
15
+ /// ```text
16
+ /// OBJECT_IDENTIFIER { 2.16.840.1.101.3.4.3.17 }
17
+ /// ```
18
+ ///
19
+ /// <https://www.ietf.org/archive/id/draft-ietf-lamps-dilithium-certificates-07.html#name-identifiers>
20
+ pub const ML_DSA_44 : AlgorithmIdentifier =
21
+ AlgorithmIdentifier :: from_slice ( include_bytes ! ( "data/alg-ml-dsa-44.der" ) ) ;
22
+
23
+ /// AlgorithmIdentifier for `id-ml-dsa-65`.
24
+ ///
25
+ /// This is:
26
+ ///
27
+ /// ```text
28
+ /// OBJECT_IDENTIFIER { 2.16.840.1.101.3.4.3.18 }
29
+ /// ```
30
+ ///
31
+ /// <https://www.ietf.org/archive/id/draft-ietf-lamps-dilithium-certificates-07.html#name-identifiers>
32
+ pub const ML_DSA_65 : AlgorithmIdentifier =
33
+ AlgorithmIdentifier :: from_slice ( include_bytes ! ( "data/alg-ml-dsa-65.der" ) ) ;
34
+
35
+ /// AlgorithmIdentifier for `id-ml-dsa-87`.
36
+ ///
37
+ /// This is:
38
+ ///
39
+ /// ```text
40
+ /// OBJECT_IDENTIFIER { 2.16.840.1.101.3.4.3.19 }
41
+ /// ```
42
+ ///
43
+ /// <https://www.ietf.org/archive/id/draft-ietf-lamps-dilithium-certificates-07.html#name-identifiers>
44
+ pub const ML_DSA_87 : AlgorithmIdentifier =
45
+ AlgorithmIdentifier :: from_slice ( include_bytes ! ( "data/alg-ml-dsa-87.der" ) ) ;
46
+
11
47
/// AlgorithmIdentifier for `id-ecPublicKey` with named curve `secp256r1`.
12
48
///
13
49
/// This is:
Original file line number Diff line number Diff line change
1
+ `�He
Original file line number Diff line number Diff line change
1
+ `�He
Original file line number Diff line number Diff line change
1
+ `�He
You can’t perform that action at this time.
0 commit comments