File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 338338 "pattern" : " AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]" ,
339339 "primitive" : " ae"
340340 },
341+ {
342+ "standard" : [
343+ {
344+ "name" : " RFC 8452" ,
345+ "url" : " https://doi.org/10.17487/RFC8452"
346+ }
347+ ],
348+ "pattern" : " AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]" ,
349+ "primitive" : " ae"
350+ },
341351 {
342352 "standard" : [
343353 {
935945 "primitive" : " hash"
936946 },
937947 {
938- "pattern" : " BLAKE2b -(160|256|384|512 )-HMAC" ,
948+ "pattern" : " BLAKE2s -(160|256)-HMAC" ,
939949 "primitive" : " mac"
940950 }
941951 ]
942- },
952+ },
943953 {
944954 "family" : " BLAKE3" ,
945955 "standard" : [
10181028 ],
10191029 "variant" : [
10201030 {
1021- "pattern" : " TUAC [-MAC]" ,
1031+ "pattern" : " TUAK [-MAC]" ,
10221032 "primitive" : " mac"
10231033 },
10241034 {
1025- "pattern" : " TUAC [-KDF]" ,
1035+ "pattern" : " TUAK [-KDF]" ,
10261036 "primitive" : " kdf"
10271037 }
10281038 ]
14071417 ],
14081418 "variant" : [
14091419 {
1410- "pattern" : " bcrypt[-{cost) ]" ,
1420+ "pattern" : " bcrypt[-{cost} ]" ,
14111421 "primitive" : " hash"
14121422 }
14131423 ]
You can’t perform that action at this time.
0 commit comments