Skip to content

Commit e32b374

Browse files
Fix SipHash primitive classification in cryptography registry (#883)
Changes the SipHash registry entry to classify it as `mac` instead of `hash`, and updates the reference URL to an archival source. Fixes #882
2 parents 3941d06 + 4dce6d1 commit e32b374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/cryptography-defs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,13 +1548,13 @@
15481548
"standard": [
15491549
{
15501550
"name": "SipHash Spec",
1551-
"url": "https://131002.net/siphash/"
1551+
"url": "https://doi.org/10.1007/978-3-642-34931-7_28"
15521552
}
15531553
],
15541554
"variant": [
15551555
{
15561556
"pattern": "SipHash[-{compressionRounds}-{finalizationRounds}]",
1557-
"primitive": "hash"
1557+
"primitive": "mac"
15581558
}
15591559
]
15601560
},

0 commit comments

Comments
 (0)