diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index 0a2bdff6..4d9613c8 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -1451,6 +1451,21 @@ } ] }, + { + "family": "scrypt", + "standard": [ + { + "name": "RFC7914", + "url": "https://doi.org/10.17487/RFC7914" + } + ], + "variant": [ + { + "pattern": "scrypt[-{N}][-{r}][-{p}][-{dkLen}]", + "primitive": "hash" + } + ] + }, { "family": "A5/1", "variant": [ diff --git a/schema/cryptography-defs.schema.json b/schema/cryptography-defs.schema.json index 1a873a01..81d95199 100644 --- a/schema/cryptography-defs.schema.json +++ b/schema/cryptography-defs.schema.json @@ -301,6 +301,7 @@ "RSAES-PKCS1", "RSASSA-PKCS1", "RSASSA-PSS", + "scrypt", "SEED", "SHA-1", "SHA-2",