gECC/test
2025-10-29 15:24:19 +02:00
..
batch_ec_add_correctness.cu add a correctness test for batch point addition 2025-10-24 11:01:04 +02:00
batch_ec_fpmul_correctness.cu add a correctness test for batch fixed point multiplication 2025-10-24 10:39:15 +02:00
batch_ec_pmul_correctness.cu add a correctness test for batch unknown point multiplication 2025-10-24 10:33:40 +02:00
batch_pmul_sha256_test.cu fix sha256 test build issue 2025-10-24 15:05:32 +02:00
CMakeLists.txt add util for conversion of key x value prefix to int64 with test 2025-10-24 12:43:31 +02:00
ec_ops.cu add correctness tests for point addition, point doubling, and generator point multiplication 2025-10-24 09:50:52 +02:00
ec_util_test.cu add util for conversion of key x value prefix to int64 with test 2025-10-24 12:43:31 +02:00
ecdsa_ec_fixed_pmul.cu rename ec_pmul_random_init to ec_pmul_init 2025-10-29 15:24:19 +02:00
ecdsa_ec_unknown_pmul.cu rename ec_pmul_random_init to ec_pmul_init 2025-10-29 15:24:19 +02:00
ecdsa_sign_baseline.cu add correctness tests for point addition, point doubling, and generator point multiplication 2025-10-24 09:50:52 +02:00
ecdsa_sign.cu add correctness tests for point addition, point doubling, and generator point multiplication 2025-10-24 09:50:52 +02:00
ecdsa_verify_baseline.cu add correctness tests for point addition, point doubling, and generator point multiplication 2025-10-24 09:50:52 +02:00
ecdsa_verify.cu add correctness tests for point addition, point doubling, and generator point multiplication 2025-10-24 09:50:52 +02:00
fp.cu use default curve constant in tests 2025-10-23 10:53:21 +02:00
modinv_data_parallel_profiling.cu rename ec_pmul_random_init to ec_pmul_init 2025-10-29 15:24:19 +02:00
sha256_test.cu add a sha256 implementation with tests, including tagged hash 2025-10-24 11:32:00 +02:00