Skip to content

Commit c4accf5

Browse files
committed
fix: sync cryptographic algorithm family enum
1 parent 29b8bdd commit c4accf5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

schema/cryptography-defs.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@
247247
"A5/1",
248248
"A5/2",
249249
"AES",
250+
"ANSI-KDF",
250251
"ARIA",
251252
"Argon2",
252253
"Ascon",
@@ -306,6 +307,7 @@
306307
"RSAES-PKCS1",
307308
"RSASSA-PKCS1",
308309
"RSASSA-PSS",
310+
"RSA-X931",
309311
"SEED",
310312
"SHA-1",
311313
"SHA-2",
@@ -317,13 +319,16 @@
317319
"SM9",
318320
"SNOW3G",
319321
"SP800-108",
322+
"SP800-56C",
320323
"SPAKE2",
321324
"SPAKE2PLUS",
322325
"SRP",
326+
"SSH-KDF",
323327
"Salsa20",
324328
"Serpent",
325329
"SipHash",
326330
"Skipjack",
331+
"TLS-PRF",
327332
"TUAK",
328333
"Twofish",
329334
"UMAC",

0 commit comments

Comments
 (0)