mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-30 13:07:32 -03:00
7873633b57
50cc6ab
Merge pull request #178941e221
Add tests for handling of the nonce function in signing.10c81ff
Merge pull request #1777688e34
Add magnitude limits to secp256k1_fe_verify to ensure that it's own tests function correctly.4ee4f7a
Merge pull request #17670ae0d2
Use secp256k1_fe_equal_var in secp256k1_fe_sqrt_var.7767b4d
Merge pull request #1759ab9335
Add a reference consistency test to ge_tests.60571c6
Rework group testsd26e26f
Avoid constructing an invalid signature with probability 1:2^256.b450c34
Merge pull request #163d57cae9
Merge pull request #15449ee0db
Add _normalizes_to_zero_var varianteed599d
Add _fe_normalizes_to_zero methodd7174ed
Weak normalization for secp256k1_fe_equal0295f0a
weak normalizationbbd5ba7
Use rfc6979 as default nonce generation functionb37fbc2
Implement SHA256 / HMAC-SHA256 / RFC6979.c6e7f4e
[API BREAK] Use a nonce-generation function instead of a noncecf0c48b
Merge pull request #169603c33b
Make signing fail if a too small buffer is passed.6d16606
Merge pull request #1687277fd7
Remove GMP field implementatione99c4c4
Merge pull request #12313278f6
Add explanation about how inversion can be avoidedce7eb6f
Optimize verification: avoid field inversea098f78
Merge pull request #16038acd01
Merge pull request #1656a59012
Make git ignore bench_recover when configured with benchmark enabled1ba4a60
Configure options reorganization3c0f246
Merge pull request #157808dd9b
Merge pull request #1568dc75e9
Merge pull request #15828ade27
build: nuke bashisms5190079
build: use subdir-objects for automake8336040
build: disable benchmark by default git-subtree-dir: src/secp256k1 git-subtree-split:50cc6ab062
36 lines
396 B
Text
36 lines
396 B
Text
bench_inv
|
|
bench_sign
|
|
bench_verify
|
|
bench_recover
|
|
tests
|
|
*.exe
|
|
*.so
|
|
*.a
|
|
!.gitignore
|
|
|
|
Makefile
|
|
configure
|
|
.libs/
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.log
|
|
config.status
|
|
*.tar.gz
|
|
*.la
|
|
libtool
|
|
.deps/
|
|
.dirstamp
|
|
build-aux/
|
|
*.lo
|
|
*.o
|
|
*~
|
|
src/libsecp256k1-config.h
|
|
src/libsecp256k1-config.h.in
|
|
m4/libtool.m4
|
|
m4/ltoptions.m4
|
|
m4/ltsugar.m4
|
|
m4/ltversion.m4
|
|
m4/lt~obsolete.m4
|
|
src/stamp-h1
|
|
libsecp256k1.pc
|