|
1 | 1 | #![doc = "!! DO NOT EDIT !!: This file is auto-generated by oiddbgen."]
|
| 2 | +pub mod fips202 { |
| 3 | + pub const NIST_ALGORITHMS: crate::ObjectIdentifier = |
| 4 | + crate::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4"); |
| 5 | + pub const HASH_ALGS: crate::ObjectIdentifier = |
| 6 | + crate::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4.2"); |
| 7 | + pub const ID_SHA_3_512: crate::ObjectIdentifier = |
| 8 | + crate::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4.2.10"); |
| 9 | + pub const ID_SHAKE_128: crate::ObjectIdentifier = |
| 10 | + crate::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4.2.11"); |
| 11 | + pub const ID_SHAKE_256: crate::ObjectIdentifier = |
| 12 | + crate::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4.2.12"); |
| 13 | + pub const ID_SHA_3_224: crate::ObjectIdentifier = |
| 14 | + crate::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4.2.7"); |
| 15 | + pub const ID_SHA_3_256: crate::ObjectIdentifier = |
| 16 | + crate::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4.2.8"); |
| 17 | + pub const ID_SHA_3_384: crate::ObjectIdentifier = |
| 18 | + crate::ObjectIdentifier::new_unwrap("2.16.840.1.101.3.4.2.9"); |
| 19 | +} |
2 | 20 | pub mod rfc1274 {
|
3 | 21 | pub const TEXT_ENCODED_OR_ADDRESS: crate::ObjectIdentifier =
|
4 | 22 | crate::ObjectIdentifier::new_unwrap("0.9.2342.19200300.100.1.2");
|
@@ -2258,6 +2276,14 @@ pub mod rfc8410 {
|
2258 | 2276 | crate::ObjectIdentifier::new_unwrap("1.3.101.113");
|
2259 | 2277 | }
|
2260 | 2278 | pub const DB: super::Database<'static> = super::Database(&[
|
| 2279 | + (&fips202::NIST_ALGORITHMS, "nistAlgorithms"), |
| 2280 | + (&fips202::HASH_ALGS, "hashAlgs"), |
| 2281 | + (&fips202::ID_SHA_3_512, "id-sha3-512"), |
| 2282 | + (&fips202::ID_SHAKE_128, "id-shake128"), |
| 2283 | + (&fips202::ID_SHAKE_256, "id-shake256"), |
| 2284 | + (&fips202::ID_SHA_3_224, "id-sha3-224"), |
| 2285 | + (&fips202::ID_SHA_3_256, "id-sha3-256"), |
| 2286 | + (&fips202::ID_SHA_3_384, "id-sha3-384"), |
2261 | 2287 | (&rfc1274::TEXT_ENCODED_OR_ADDRESS, "textEncodedORAddress"),
|
2262 | 2288 | (&rfc1274::OTHER_MAILBOX, "otherMailbox"),
|
2263 | 2289 | (&rfc1274::LAST_MODIFIED_TIME, "lastModifiedTime"),
|
|
0 commit comments