Skip to content

Commit 39e50f7

Browse files
committed
Ruby: Fix .expected for CryptoAlgorithms
1 parent 5235964 commit 39e50f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ruby/ql/test/library-tests/security/CryptoAlgorithms.expected

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ weakHashingAlgorithms
1212
| SHA0 |
1313
| SHA1 |
1414
strongHashingAlgorithms
15+
| BLAKE2 |
16+
| BLAKE2B |
17+
| BLAKE2S |
18+
| BLAKE3 |
1519
| DSA |
1620
| ECDSA256 |
1721
| ECDSA384 |
@@ -30,6 +34,10 @@ strongHashingAlgorithms
3034
| SHA3256 |
3135
| SHA3384 |
3236
| SHA3512 |
37+
| SHAKE128 |
38+
| SHAKE256 |
39+
| SM3 |
40+
| WHIRLPOOL |
3341
weakEncryptionAlgorithms
3442
| 3DES |
3543
| ARC2 |

0 commit comments

Comments
 (0)