]> Git Repo - secp256k1.git/commit - src/field_5x52_impl.h
Convert field code to strict C89 (+ long long, +__int128)
authorGregory Maxwell <[email protected]>
Fri, 23 Jan 2015 05:48:27 +0000 (05:48 +0000)
committerGregory Maxwell <[email protected]>
Fri, 23 Jan 2015 05:48:27 +0000 (05:48 +0000)
commit25b35c7ecb4419f3ca8cae0acf31a9ebe1d0a2e9
treea1d14b53475eaedf286320ef81eaaa2ffa76b8dc
parent3627437d80fd86c54dd98c46d3cd488ed2eab93a
Convert field code to strict C89 (+ long long, +__int128)

This makes the software more portable to embedded systems
 and static analysis tools.

Sadly, it can't result in identical binaries because C99 mixed
 declarations seem to make GCC emit superfluous stack-pointer
 updates. The compiler is also somewhat dependent on the
 declaration order.
src/field_10x26_impl.h
src/field_5x52_impl.h
src/field_5x52_int128_impl.h
src/field_impl.h
This page took 0.023884 seconds and 4 git commands to generate.