Pieter Wuille
dc407ed48c
Avoid valgrind complaints in OpenSSL initialization check
10 years ago
Pieter Wuille
79f599d37f
Tests take too long by default
10 years ago
Pieter Wuille
03bfc07b9e
Avoid uninitialized access in secp256k1_gej_double
10 years ago
Pieter Wuille
bff11e9112
Verify num=openssl initialization and check repeatability
10 years ago
Pieter Wuille
b650ab50f7
Merge pull request #71
...
949c1eb
Split up ecmult and ecmult_gen entirely (Pieter Wuille)
10 years ago
Pieter Wuille
949c1ebb5e
Split up ecmult and ecmult_gen entirely
10 years ago
Pieter Wuille
bd696ebd3f
Merge pull request #68
...
3fd6253
Better randomization for tests (Pieter Wuille)
10 years ago
Pieter Wuille
3fd6253e13
Better randomization for tests
10 years ago
Pieter Wuille
fabdcc633e
Merge pull request #67
...
bae6a42
Make bench use external interface (Pieter Wuille)
10 years ago
Pieter Wuille
bae6a42be4
Make bench use external interface
10 years ago
Pieter Wuille
b00982fdbd
Merge pull request #60
...
c259a7c
Set precomputation table late and unset early. (Pieter Wuille)
04e34d1
Split up signing and verification initialization (Pieter Wuille)
10 years ago
Pieter Wuille
c259a7cbc0
Set precomputation table late and unset early.
...
Set the global pointer to the precomputation table only after initializing
it completely, and unset it before doing any uninitialization.
This causes fail-fast behavior in case of race conditions between
initialization and operations using it.
10 years ago
Pieter Wuille
04e34d18c3
Split up signing and verification initialization
10 years ago
Pieter Wuille
da556eb772
Merge pull request #62
...
1136bed
Make secp256k1_ge_set_gej work with the point at infinity (Pieter Wuille)
10 years ago
Pieter Wuille
1136bedbc2
Make secp256k1_ge_set_gej work with the point at infinity
10 years ago
Pieter Wuille
a3e5d5d0ea
Merge pull request #57
...
62c3f55
Nothing-up-my-sleeving blinding for a*G (Pieter Wuille)
10 years ago
Pieter Wuille
f023dc53c4
Merge pull request #58
...
3ed6dfa
Only use the libcrypto part of OpenSSL (Pieter Wuille)
10 years ago
Pieter Wuille
3ed6dfae69
Only use the libcrypto part of OpenSSL
10 years ago
Pieter Wuille
62c3f55a9d
Nothing-up-my-sleeving blinding for a*G
10 years ago
Pieter Wuille
d531b04ea9
Merge pull request #56
...
fa492f0
Fix a signedness mistake in secp256k1_num_set_hex (Pieter Wuille)
10 years ago
Pieter Wuille
fa492f059d
Fix a signedness mistake in secp256k1_num_set_hex
...
We were using a potentially signed char as index in an array.
10 years ago
Pieter Wuille
e2beb0bd2d
Merge pull request #51
...
364fde6
fix unsigned warning in num_gmp_impl.h (caktux)
10 years ago
Pieter Wuille
9a57dd278a
Merge pull request #54
...
1c7fa13
Add VERIFY_CHECK/DEBUG_CHECK and use CHECK macros more (Pieter Wuille)
10 years ago
Pieter Wuille
1c7fa133a6
Add VERIFY_CHECK/DEBUG_CHECK and use CHECK macros more
10 years ago
Pieter Wuille
41863ce2ca
Merge pull request #55
...
8881212
Make tests and bench just use asm directly instead of library (Pieter Wuille)
10 years ago
Pieter Wuille
87c782f632
Merge pull request #53
...
2f6c801
Try to not leave secret data on the stack or heap. (Gregory Maxwell)
10 years ago
Pieter Wuille
8881212ebc
Make tests and bench just use asm directly instead of library
...
Thanks to Cory Fields for the suggestion.
10 years ago
Pieter Wuille
8a0ee2357a
Merge pull request #50
...
1a749b4
Add secp256k1_num_eq and use it in tests (Pieter Wuille)
10 years ago
Gregory Maxwell
2f6c801911
Try to not leave secret data on the stack or heap.
...
This makes a basic effort and has not been audited.
Doesn't appear to have a measurable performance impact on bench.
It also adds a secp256k1_num_free to secp256k1_ecdsa_pubkey_create.
10 years ago
caktux
364fde65f6
fix unsigned warning in num_gmp_impl.h
10 years ago
Pieter Wuille
1a749b4a6e
Add secp256k1_num_eq and use it in tests
10 years ago
Pieter Wuille
13e44df743
Merge pull request #49
...
25f4aec
Add high-level secp256k1.c tests (Pieter Wuille)
10 years ago
Pieter Wuille
25f4aec02f
Add high-level secp256k1.c tests
10 years ago
Pieter Wuille
d36e409536
Merge pull request #47
...
7280781
travis: minimize the dependencies available for each build config (Cory Fields)
10 years ago
Pieter Wuille
6c2f5ad94b
Merge pull request #46
...
3ab1178
build: grab full paths to host tools (Cory Fields)
10 years ago
Cory Fields
7280781c3a
travis: minimize the dependencies available for each build config
...
This is a more realistic representation of a build environment. Helps to ensure
configure logic and that headers aren't accidentally assumed to be present.
10 years ago
Cory Fields
3ab1178d54
build: grab full paths to host tools
...
This ensures that make will work even if PATH has changed, which is often the
case when cross-compiling.
Fixes cross-compiled builds when integrated into Bitcoin's repo.
10 years ago
Pieter Wuille
7d1956ff8d
Merge pull request #44
...
21f81a8
Correct secp256k1_fe_verify and use it everywhere (Pieter Wuille)
59447da
Test demonstrating discrepancy in sqr output (Peter Dettman)
10 years ago
Pieter Wuille
21f81a8469
Correct secp256k1_fe_verify and use it everywhere
10 years ago
Peter Dettman
59447da38d
Test demonstrating discrepancy in sqr output
10 years ago
Pieter Wuille
5e53856862
Merge pull request #16
...
f16be77
Use batch inversion in G precomputation (Peter Dettman)
10 years ago
Peter Dettman
f16be77ffc
Use batch inversion in G precomputation
10 years ago
Pieter Wuille
83fd36c6f8
Merge pull request #42 from lclc/patch-1
...
Update README.md : Travis status
11 years ago
Lucas Betschart
70ef4f548b
Update README.md : Travis status
...
I like that :)
11 years ago
Pieter Wuille
61a203517a
Merge pull request #40
...
42822ba
Improve normalization performance for 32bit (Peter Dettman)
11 years ago
Peter Dettman
42822baaa8
Improve normalization performance for 32bit
...
- Uses a similar approach to the latest 64bit _normalize.
- Add one useful optimization back into the 64bit _normalize too.
Performance of 'bench' improved by around 0.5% for the 32bit field (but tested on a 64-bit machine).
11 years ago
Pieter Wuille
f33793fb99
Merge pull request #34
...
62c5890
No releases yet anyway (Pieter Wuille)
11 years ago
Pieter Wuille
62c5890208
No releases yet anyway
11 years ago
Pieter Wuille
176b5041f3
Merge pull request #32
...
b0cc21f
build: add travis support (Cory Fields)
d409087
build: add autogen. How was this missing? (Cory Fields)
11 years ago
Pieter Wuille
9849c6898c
Merge pull request #31
...
0592d11
Introduce CHECK() for tests that works with NDEBUG. (Pieter Wuille)
11 years ago