afed37218636e5c13a961d370a19616c08d412d1
[oweals/openssl.git] / providers / common / der / DIGESTS.asn1
1 -- -------------------------------------------------------------------
2 -- Taken from https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registration
3
4 id-sha256 OBJECT IDENTIFIER ::= { hashAlgs 1 }
5 id-sha384 OBJECT IDENTIFIER ::= { hashAlgs 2 }
6 id-sha512 OBJECT IDENTIFIER ::= { hashAlgs 3 }
7 id-sha224 OBJECT IDENTIFIER ::= { hashAlgs 4 }
8 id-sha512-224 OBJECT IDENTIFIER ::= { hashAlgs 5 }
9 id-sha512-256 OBJECT IDENTIFIER ::= { hashAlgs 6 }
10 id-sha3-224 OBJECT IDENTIFIER ::= { hashAlgs 7 }
11 id-sha3-256 OBJECT IDENTIFIER ::= { hashAlgs 8 }
12 id-sha3-384 OBJECT IDENTIFIER ::= { hashAlgs 9 }
13 id-sha3-512 OBJECT IDENTIFIER ::= { hashAlgs 10 }
14 id-shake128 OBJECT IDENTIFIER ::= { hashAlgs 11 }
15 id-shake256 OBJECT IDENTIFIER ::= { hashAlgs 12 }
16 id-shake128-len OBJECT IDENTIFIER ::= { hashAlgs 17 }
17 id-shake256-len OBJECT IDENTIFIER ::= { hashAlgs 18 }
18 id-KMACWithSHAKE128 OBJECT IDENTIFIER ::={hashAlgs 19}
19 id-KMACWithSHAKE256 OBJECT IDENTIFIER ::={ hashAlgs 20}