]> Git Repo - secp256k1.git/commit - src/modules/ecdh/main_impl.h
Get rid of _t as it is POSIX reserved
authorPieter Wuille <[email protected]>
Mon, 21 Sep 2015 18:57:54 +0000 (20:57 +0200)
committerPieter Wuille <[email protected]>
Mon, 21 Sep 2015 19:03:37 +0000 (21:03 +0200)
commitdd891e0ed5e19603bd6618729db1e4513600a87b
tree44a963f30d1e53717e50bec325d2e5e86218fc35
parent201819b3bc437e2a2386af53af407d591097f765
Get rid of _t as it is POSIX reserved
49 files changed:
include/secp256k1.h
include/secp256k1_ecdh.h
include/secp256k1_recovery.h
include/secp256k1_schnorr.h
src/bench_ecdh.c
src/bench_internal.c
src/bench_recover.c
src/bench_schnorr_verify.c
src/bench_sign.c
src/bench_verify.c
src/ecdsa.h
src/ecdsa_impl.h
src/eckey.h
src/eckey_impl.h
src/ecmult.h
src/ecmult_const.h
src/ecmult_const_impl.h
src/ecmult_gen.h
src/ecmult_gen_impl.h
src/ecmult_impl.h
src/field.h
src/field_10x26.h
src/field_10x26_impl.h
src/field_5x52.h
src/field_5x52_impl.h
src/field_impl.h
src/gen_context.c
src/group.h
src/group_impl.h
src/modules/ecdh/main_impl.h
src/modules/ecdh/tests_impl.h
src/modules/recovery/main_impl.h
src/modules/recovery/tests_impl.h
src/modules/schnorr/main_impl.h
src/modules/schnorr/schnorr.h
src/modules/schnorr/schnorr_impl.h
src/modules/schnorr/tests_impl.h
src/num.h
src/num_gmp.h
src/num_gmp_impl.h
src/scalar.h
src/scalar_4x64.h
src/scalar_4x64_impl.h
src/scalar_8x32.h
src/scalar_8x32_impl.h
src/scalar_impl.h
src/secp256k1.c
src/tests.c
src/util.h
This page took 0.034459 seconds and 4 git commands to generate.