Skip to content

Commit 65f00f8

Browse files
authored
Update oid_mapping.md
Added Pre-Hash OIDs
1 parent 523ee89 commit 65f00f8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/oid_mapping.md

+20
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,26 @@ https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-regi
2828
| SLH-DSA-SHAKE-256s | 2.16.840.1.101.3.4.3.30 | FIPS 205 |
2929
| SLH-DSA-SHAKE-256f | 2.16.840.1.101.3.4.3.31 | FIPS 205 |
3030

31+
This section provides the official OIDs assigned by NIST for the PRE-HASH FIPS 203 and 204 as per:
32+
https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registration
33+
34+
| Signature Algorithm Name | OID | Specification | Pre - Hash |
35+
| ------------------------ | --- | ------------- | --- |
36+
| HASH-ML-DSA-44 | 2.16.840.1.101.3.4.3.32 | FIPS 204 | SHA-512 |
37+
| HASH-ML-DSA-65 | 2.16.840.1.101.3.4.3.33 | FIPS 204 | SHA-512 |
38+
| HASH-ML-DSA-87 | 2.16.840.1.101.3.4.3.34 | FIPS 204 | SHA-512 |
39+
| HASH-SLH-DSA-SHA2-128s | 2.16.840.1.101.3.4.3.35 | FIPS 205 | SHA-256 |
40+
| HASH-SLH-DSA-SHA2-128f | 2.16.840.1.101.3.4.3.36 | FIPS 205 | SHA-256 |
41+
| HASH-SLH-DSA-SHA2-192s | 2.16.840.1.101.3.4.3.37 | FIPS 205 | SHA-512 |
42+
| HASH-SLH-DSA-SHA2-192f | 2.16.840.1.101.3.4.3.38 | FIPS 205 | SHA-512 |
43+
| HASH-SLH-DSA-SHA2-256s | 2.16.840.1.101.3.4.3.39 | FIPS 205 | SHA-512 |
44+
| HASH-SLH-DSA-SHA2-256f | 2.16.840.1.101.3.4.3.40 | FIPS 205 | SHA-512 |
45+
| HASH-SLH-DSA-SHAKE-128s | 2.16.840.1.101.3.4.3.41 | FIPS 205 | SHAKE-128 |
46+
| HASH-SLH-DSA-SHAKE-128f | 2.16.840.1.101.3.4.3.42 | FIPS 205 | SHAKE-128 |
47+
| HASH-SLH-DSA-SHAKE-192s | 2.16.840.1.101.3.4.3.43 | FIPS 205 | SHAKE-256 |
48+
| HASH-SLH-DSA-SHAKE-192f | 2.16.840.1.101.3.4.3.44 | FIPS 205 | SHAKE-256 |
49+
| HASH-SLH-DSA-SHAKE-256s | 2.16.840.1.101.3.4.3.45 | FIPS 205 | SHAKE-256 |
50+
| HASH-SLH-DSA-SHAKE-256f | 2.16.840.1.101.3.4.3.46 | FIPS 205 | SHAKE-256 |
3151

3252
| KEM Algorithm Name | OID | Specification |
3353
| ----------------- | --- | ------------- |

0 commit comments

Comments
 (0)