Skip to content

Commit b714d1a

Browse files
committed
fix(registry): correct BLAKE2s-HMAC variant typo (#752)
1 parent 51dbe7d commit b714d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/cryptography-defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@
939939
"primitive": "hash"
940940
},
941941
{
942-
"pattern": "BLAKE2b-(160|256|384|512)-HMAC",
942+
"pattern": "BLAKE2s-(160|256)-HMAC",
943943
"primitive": "mac"
944944
}
945945
]

0 commit comments

Comments
 (0)