Skip to content

Commit da57e6d

Browse files
committed
feat(registry): add scrypt (RFC7914) to Cryptography Registry #Issue783
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 2d03abb commit da57e6d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,21 @@
14511451
}
14521452
]
14531453
},
1454+
{
1455+
"family": "scrypt",
1456+
"standard": [
1457+
{
1458+
"name": "RFC7914",
1459+
"url": "https://doi.org/10.17487/RFC7914"
1460+
}
1461+
],
1462+
"variant": [
1463+
{
1464+
"pattern": "scrypt[-{N}][-{r}][-{p}][-{dkLen}]",
1465+
"primitive": "hash"
1466+
}
1467+
]
1468+
},
14541469
{
14551470
"family": "A5/1",
14561471
"variant": [

0 commit comments

Comments
 (0)