Skip to content

Commit 77a78b6

Browse files
authored
Fix HMACXOF typo
Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent 2d03abb commit 77a78b6

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
@@ -297,7 +297,7 @@
297297
"primitive": "mac"
298298
},
299299
{
300-
"pattern": "HMACXOF(128|256)",
300+
"pattern": "KMACXOF(128|256)",
301301
"primitive": "mac"
302302
},
303303
{

0 commit comments

Comments
 (0)