]> Git Repo - secp256k1.git/commit - Makefile.am
Introduce secp256k1_scalar_t for future constant-time mod order operations
authorPieter Wuille <[email protected]>
Tue, 28 Oct 2014 11:08:15 +0000 (04:08 -0700)
committerPieter Wuille <[email protected]>
Tue, 28 Oct 2014 11:33:23 +0000 (04:33 -0700)
commita9f5c8b8753fbe9d3faf19a7f90985d103c2b648
tree8b3df01c11c31873458d123fe899e4dc92784f90
parentb2bfdabdeb962954d97d2e6db7da4927e504ac85
Introduce secp256k1_scalar_t for future constant-time mod order operations
14 files changed:
Makefile.am
src/ecdsa.h
src/ecdsa_impl.h
src/eckey.h
src/eckey_impl.h
src/ecmult_gen.h
src/ecmult_gen_impl.h
src/num.h
src/num_gmp_impl.h
src/num_openssl_impl.h
src/scalar.h [new file with mode: 0644]
src/scalar_impl.h [new file with mode: 0644]
src/secp256k1.c
src/tests.c
This page took 0.023433 seconds and 4 git commands to generate.