We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23942de commit 99eb482Copy full SHA for 99eb482
1 file changed
schema/cryptography-defs.json
@@ -127,13 +127,13 @@
127
"family": "HPKE",
128
"standard": [
129
{
130
- "name": "RFC 9180",
+ "name": "RFC9180",
131
"url": "https://doi.org/10.17487/RFC9180"
132
}
133
],
134
"variant": [
135
136
- "pattern": "HPKE[-{mode}]-{kem}-{kdf}-{aead}",
+ "pattern": "HPKE[-(mode_base|mode_psk|mode_auth|mode_auth_psk)]-{kem}-{kdf}-{aead}",
137
"primitive": "pke"
138
139
]
0 commit comments