Skip to content

Commit 5ca781b

Browse files
committed
Fix SipHash primitive classification in cryptography registry
Fixes #882 Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent b92bd46 commit 5ca781b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema/cryptography-defs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,13 +1538,13 @@
15381538
"standard": [
15391539
{
15401540
"name": "SipHash Spec",
1541-
"url": "https://131002.net/siphash/"
1541+
"url": "https://doi.org/10.1007/978-3-642-34931-7_28"
15421542
}
15431543
],
15441544
"variant": [
15451545
{
15461546
"pattern": "SipHash[-{compressionRounds}-{finalizationRounds}]",
1547-
"primitive": "hash"
1547+
"primitive": "mac"
15481548
}
15491549
]
15501550
},

0 commit comments

Comments
 (0)