Skip to content

Commit 9dfa3ad

Browse files
stevespringettMehrn0ush
authored andcommitted
fix(registry): correct SP800-185 reference URL (#802)
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
2 parents b96452a + 5f7aad4 commit 9dfa3ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

schema/cryptography-defs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
},
277277
{
278278
"name": "SP800-185",
279-
"url": "https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf"
279+
"url": "https://doi.org/10.6028/NIST.SP.800-185"
280280
}
281281
],
282282
"variant": [
@@ -974,11 +974,11 @@
974974
"primitive": "hash"
975975
},
976976
{
977-
"pattern": "BLAKE2b-(160|256|384|512)-HMAC",
977+
"pattern": "BLAKE2s-(160|256)-HMAC",
978978
"primitive": "mac"
979979
}
980980
]
981-
},
981+
},
982982
{
983983
"family": "BLAKE3",
984984
"standard": [

0 commit comments

Comments
 (0)