Gregory Maxwell
|
f735446c4d
|
Convert the rest of the codebase to C89.
Update build system to enforce -std=c89 -pedantic.
|
2015-01-25 17:44:10 +00:00 |
|
Pieter Wuille
|
bbd5ba7cfa
|
Use rfc6979 as default nonce generation function
|
2014-12-20 14:36:13 +01:00 |
|
Pieter Wuille
|
c6e7f4e8d8
|
[API BREAK] Use a nonce-generation function instead of a nonce
|
2014-12-20 14:36:11 +01:00 |
|
Pieter Wuille
|
cf7b2b4647
|
Fix ECDSA message hashes to 32 bytes
|
2014-12-09 12:50:47 +01:00 |
|
Pieter Wuille
|
6558a26770
|
Make the benchmarks print out stats
|
2014-12-09 01:27:39 +01:00 |
|
Pieter Wuille
|
000bdf6dc3
|
Rename bench_verify to bench_recovery
|
2014-12-09 00:12:02 +01:00 |
|
Gregory Maxwell
|
71712b27e5
|
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.
|
2014-11-15 07:33:07 -08:00 |
|
Gregory Maxwell
|
2cad067a36
|
Correct function prototypes and avoid unused parameter warnings.
|
2014-11-12 15:47:06 -08:00 |
|
Pieter Wuille
|
504c63d72a
|
Rename bench to bench_verify
|
2014-10-31 03:34:36 -07:00 |
|