Skip to content

Commit a7c7015

Browse files
committed
Add UMAC (RFC4418) to cryptography registry
Refs #787 Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 2d03abb commit a7c7015

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,21 @@
457457
}
458458
]
459459
},
460+
{
461+
"family": "UMAC",
462+
"standard": [
463+
{
464+
"name": "RFC4418",
465+
"url": "https://doi.org/10.17487/RFC4418"
466+
}
467+
],
468+
"variant": [
469+
{
470+
"pattern": "UMAC[-(32|64|96|128)]",
471+
"primitive": "mac"
472+
}
473+
]
474+
},
460475
{
461476
"family": "ChaCha",
462477
"standard": [

0 commit comments

Comments
 (0)