]> Git Repo - secp256k1.git/commit - src/field_5x52_asm_impl.h
Switch to C89 comments in prep for making the whole codebase C89 compatible.
authorGregory Maxwell <[email protected]>
Sat, 15 Nov 2014 15:28:10 +0000 (15:28 +0000)
committerGregory Maxwell <[email protected]>
Sat, 15 Nov 2014 15:33:07 +0000 (07:33 -0800)
commit71712b27e56112987bbfc6d3abf72a79eaa54562
tree61656afee0bcb577012dc96215d2b8d2244c617e
parent21288f2d055422e2cc9945906c01f3a729b55dd6
Switch to C89 comments in prep for making the whole codebase C89 compatible.

This should be whitespace/comment only changes and should produce the same
object code.
38 files changed:
src/bench_inv.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_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_asm_impl.h
src/field_5x52_impl.h
src/field_5x52_int128_impl.h
src/field_gmp.h
src/field_gmp_impl.h
src/field_impl.h
src/group.h
src/group_impl.h
src/num.h
src/num_gmp.h
src/num_gmp_impl.h
src/num_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/testrand.h
src/testrand_impl.h
src/tests.c
src/util.h
This page took 0.030265 seconds and 4 git commands to generate.