Skip to content

Commit 99eb482

Browse files
committed
Remove space between RFC and 9180; and update the pattern. thanks to @bhess
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 23942de commit 99eb482

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema/cryptography-defs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@
127127
"family": "HPKE",
128128
"standard": [
129129
{
130-
"name": "RFC 9180",
130+
"name": "RFC9180",
131131
"url": "https://doi.org/10.17487/RFC9180"
132132
}
133133
],
134134
"variant": [
135135
{
136-
"pattern": "HPKE[-{mode}]-{kem}-{kdf}-{aead}",
136+
"pattern": "HPKE[-(mode_base|mode_psk|mode_auth|mode_auth_psk)]-{kem}-{kdf}-{aead}",
137137
"primitive": "pke"
138138
}
139139
]

0 commit comments

Comments
 (0)