Skip to content

Commit d9bd204

Browse files
committed
feat(registry): add AES-CMAC-PRF-128 (RFC 4615) (#767)
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 248a05f commit d9bd204

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

schema/cryptography-defs.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,21 @@
123123
}
124124
]
125125
},
126+
{
127+
"family": "HPKE",
128+
"standard": [
129+
{
130+
"name": "RFC 9180",
131+
"url": "https://doi.org/10.17487/RFC9180"
132+
}
133+
],
134+
"variant": [
135+
{
136+
"pattern": "HPKE[-{mode}]-{kem}-{kdf}-{aead}",
137+
"primitive": "pke"
138+
}
139+
]
140+
},
126141
{
127142
"family": "MQV",
128143
"standard": [
@@ -352,6 +367,16 @@
352367
"pattern": "AES[-(128|192|256)][-(GMAC|CMAC)]",
353368
"primitive": "mac"
354369
},
370+
{
371+
"standard": [
372+
{
373+
"name": "RFC 4615",
374+
"url": "https://doi.org/10.17487/RFC4615"
375+
}
376+
],
377+
"pattern": "AES-CMAC-PRF-128",
378+
"primitive": "mac"
379+
},
355380
{
356381
"pattern": "AES[-(128|192|256)][-(XCBC_MAC[_96])]",
357382
"primitive": "mac"

0 commit comments

Comments
 (0)