Skip to content

Commit 080c41b

Browse files
LouisTsai-Csiespencer-tb
authored andcommitted
doc: add comments for external test vectors
1 parent 691c8bc commit 080c41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/osaka/eip7951_p256verify_precompiles/test_p256verify_precompile_module.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
@pytest.mark.parametrize(
2828
"input_data,expected_output,vector_gas_value",
2929
vectors_from_file("secp256r1_test.json"),
30+
# Test vectors generated from Wycheproof's ECDSA secp256r1 SHA-256 test suite
31+
# Source: https://github.com/C2SP/wycheproof/blob/main/testvectors/ecdsa_secp256r1_sha256_test.json
3032
)
3133
@pytest.mark.parametrize("precompile_address", [Spec.P256VERIFY], ids=[""])
3234
@pytest.mark.eip_checklist("new_precompile/test/call_contexts/normal")

0 commit comments

Comments
 (0)