Skip to content

Commit

Permalink
take out ECDSA test requiring OpenSSL v3.3 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jan 12, 2025
1 parent f9c377a commit ef7ae07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,8 @@ const testDesc: seq[tuple[path: string, useGMP: bool]] = @[
("tests/t_ethereum_verkle_ipa_primitives.nim", false),

# Signatures
("tests/ecdsa/t_ecdsa_verify_openssl.nim", false),
# NOTE: Requires OpenSSL version >=v3.3 for to Keccak256 support
# ("tests/ecdsa/t_ecdsa_verify_openssl.nim", false),

# Proof systems
# ----------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions tests/ecdsa/t_ecdsa_verify_openssl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ We generate test vectors following these cases:
Further, generate signatures using Constantine, which we verify
with OpenSSL.
NOTE: This test requires OpenSSL version >= 3.3, for Keccak256 support.
]##

import
Expand Down

0 comments on commit ef7ae07

Please sign in to comment.