Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d691b4d

Browse files
committedJan 12, 2025··
add RIPEMD160 test vs OpenSSL to nimble file
1 parent e672baa commit d691b4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎constantine.nimble

+1
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ const testDesc: seq[tuple[path: string, useGMP: bool]] = @[
365365
# ----------------------------------------------------------
366366
("tests/t_hash_sha256_vs_openssl.nim", false),
367367
("tests/t_hash_keccak_sha3_vs_openssl.nim", false),
368+
("tests/t_hash_ripemd160_vs_openssl.nim", false),
368369

369370
# Ciphers
370371
# ----------------------------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.