projects
/
secp256k1.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
secp256k1.git
2020-09-06
Jonas Nick
extrakeys: Add xonly_pubkey with serialize, parse and...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-02
Tim Ruffing
Merge #806: Trivial: Add test logs to gitignore
commit
|
commitdiff
|
tree
|
snapshot
2020-09-02
Tim Ruffing
Merge #648: Prevent ints from wrapping around in scratc...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-01
Tim Ruffing
Merge #805: Remove the extremely outdated TODO file.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-31
Jake Rawsthorne
Add test logs to gitignore
commit
|
commitdiff
|
tree
|
snapshot
2020-08-31
Gregory Maxwell
Remove the extremely outdated TODO file.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-26
Jonas Nick
extrakeys: Init empty experimental module
commit
|
commitdiff
|
tree
|
snapshot
2020-08-26
Jonas Nick
Make the secp256k1_declassify argument constant
commit
|
commitdiff
|
tree
|
snapshot
2020-08-22
Pieter Wuille
Add SHA256 selftest
commit
|
commitdiff
|
tree
|
snapshot
2020-08-16
Tim Ruffing
Merge #798: Check assumptions on integer implementation...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-16
Pieter Wuille
Use additional system macros to figure out endianness
commit
|
commitdiff
|
tree
|
snapshot
2020-08-14
Pieter Wuille
Compile-time check assumptions on integer types
commit
|
commitdiff
|
tree
|
snapshot
2020-08-13
Pieter Wuille
Add support for (signed) __int128
commit
|
commitdiff
|
tree
|
snapshot
2020-08-13
Tim Ruffing
Merge #787: Use preprocessor macros instead of autoconf...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-12
Tim Ruffing
Merge #793: Make scalar/field choice depend on C-detect...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Tim Ruffing
Use preprocessor macros instead of autoconf to detect...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Tim Ruffing
Merge #795: Avoid linking libcrypto in the valgrind...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Gregory Maxwell
Avoid linking libcrypto in the valgrind ct test.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Pieter Wuille
Autodetect __int128 availability on the C side
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Pieter Wuille
Add SECP256K1_FE_STORAGE_CONST_GET to 5x52 field
commit
|
commitdiff
|
tree
|
snapshot
2020-08-07
Tim Ruffing
Merge #696: Run a Travis test on s390x (big endian)
commit
|
commitdiff
|
tree
|
snapshot
2020-08-07
Pieter Wuille
Test travis s390x (big endian)
commit
|
commitdiff
|
tree
|
snapshot
2020-08-03
Elichai Turkel
Change travis.sh to check if variables are equal to...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-29
Tim Ruffing
Merge #778: secp256k1_gej_double_nonzero supports infinity
commit
|
commitdiff
|
tree
|
snapshot
2020-07-29
Jonas Nick
Merge #779: travis: Fix argument quoting for ./configure
commit
|
commitdiff
|
tree
|
snapshot
2020-07-29
Tim Ruffing
travis: Fix argument quoting for ./configure
commit
|
commitdiff
|
tree
|
snapshot
2020-07-29
Pieter Wuille
secp256k1_gej_double_nonzero supports infinity
commit
|
commitdiff
|
tree
|
snapshot
2020-07-28
Tim Ruffing
Merge #772: Improve constant-timeness on PowerPC
commit
|
commitdiff
|
tree
|
snapshot
2020-07-28
Tim Ruffing
Merge #774: tests: Abort if malloc() fails during conte...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-28
Tim Ruffing
tests: Abort if malloc() fails during context cloning...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-27
Tim Ruffing
Suppress a harmless variable-time optimization by clang...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-26
Tim Ruffing
Remove redundant "? 1 : 0" after comparisons in scalar...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-26
Tim Ruffing
Merge #741: Remove unnecessary sign variable from wnaf_...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-26
Tim Ruffing
Merge #773: Fix some compile problems on weird/old...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-26
Gregory Maxwell
Fix some compile problems on weird/old compilers.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-21
Jonas Nick
Merge #769: Undef HAVE___INT128 in basic-config.h to...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-21
Tim Ruffing
Undef HAVE___INT128 in basic-config.h to fix gen_contex...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-29
Jonas Nick
Merge #765: remove dead store in ecdsa_signature_parse_...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-29
fanquake
remove dead store in ecdsa_signature_parse_der_lax
commit
|
commitdiff
|
tree
|
snapshot
2020-06-15
Tim Ruffing
Merge #759: Fix uninitialized variables in ecmult_multi...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-15
Jonas Nick
Fix uninitialized variables in ecmult_multi test
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Tim Ruffing
Merge #755: Recovery signing: add to constant time...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Elichai Turkel
Add tests for the cmov implementations
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Elichai Turkel
Add ecdsa_sign_recoverable to the ctime tests
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Elichai Turkel
Split ecdsa_sign logic into a new function and use...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Tim Ruffing
Merge #754: Fix uninit values passed into cmov
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Elichai Turkel
Add valgrind uninit check to cmovs output
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Tim Ruffing
Merge #752: autoconf: Use ":" instead of "dnl" as a...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Elichai Turkel
Fixed UB(arithmetics on uninit values) in cmovs
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
Jonas Nick
Merge #750: Add macOS to the CI
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
Tim Ruffing
autoconf: Use ":" instead of "dnl" as a noop
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
Elichai Turkel
Explictly pass SECP256K1_BENCH_ITERS to the benchmarks...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Elichai Turkel
Replace travis_wait with a loop printing "\a" to stdout...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Elichai Turkel
Bump travis Ubuntu from xenial(16.04) to bionic(18.04)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Elichai Turkel
Add macOS support to travis
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Elichai Turkel
Move travis script into a standalone sh file
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Tim Ruffing
Merge #701: Make ec_ arithmetic more consistent and...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-29
Jonas Nick
Remove unnecessary sign variable from wnaf_const
commit
|
commitdiff
|
tree
|
snapshot
2020-04-29
Jonas Nick
Fix test_constant_wnaf for -1 and add a test for it.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-18
Jonas Nick
Merge #732: Retry if r is zero during signing
commit
|
commitdiff
|
tree
|
snapshot
2020-04-18
Tim Ruffing
Merge #742: Fix typo in ecmult_const_impl.h
commit
|
commitdiff
|
tree
|
snapshot
2020-04-18
f-daniel
Fix typo in ecmult_const_impl.h
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Tim Ruffing
Merge #740: Make recovery/main_impl.h non-executable
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Elichai Turkel
Make recovery/main_impl.h non-executable
commit
|
commitdiff
|
tree
|
snapshot
2020-04-13
Jonas Nick
Merge #735: build: fix OpenSSL EC detection on macOS
commit
|
commitdiff
|
tree
|
snapshot
2020-04-09
fanquake
build: add SECP_TEST_INCLUDES to bench_verify CPPFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2020-04-09
fanquake
build: fix OpenSSL EC detection on macOS
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Tim Ruffing
Make ecdsa_sig_sign constant-time again after reverting...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Tim Ruffing
Revert "ecdsa_impl: replace scalar if-checks with VERIF...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Clarify documentation of tweak functions.
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Make tweak function documentation more consistent.
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Make ec_privkey functions aliases for ec_seckey_negate...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Rename private key to secret key in public API (with...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Mention that value is unspecified for In/Out parameters...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Define valid ECDSA keys in the documentation of seckey_...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Return 0 if the given seckey is invalid in privkey_nega...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Add test for boundary conditions of scalar_set_b32...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Use scalar_set_b32_seckey in ecdsa_sign, pubkey_create...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-30
Jonas Nick
Add scalar_set_b32_seckey which does the same as scalar...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-27
Jonas Nick
Merge #728: Suppress a harmless variable-time optimizat...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-27
Tim Ruffing
Add test for memczero()
commit
|
commitdiff
|
tree
|
snapshot
2020-03-27
Tim Ruffing
Suppress a harmless variable-time optimization by clang...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-24
Jonas Nick
Merge #722: Context isn't freed in the ECDH benchmark
commit
|
commitdiff
|
tree
|
snapshot
2020-03-20
Tim Ruffing
Merge #700: Allow overriding default flags
commit
|
commitdiff
|
tree
|
snapshot
2020-03-18
Elichai Turkel
Add running benchmarks regularly and under valgrind...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-13
Elichai Turkel
Pass num of iters to benchmarks as variable, and define...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-04
Elichai Turkel
free the ctx at the end of bench_ecdh
commit
|
commitdiff
|
tree
|
snapshot
2020-03-03
Tim Ruffing
Merge #708: Constant-time behaviour test using valgrind...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Jonas Nick
Run valgrind_ctime_test in travis
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Gregory Maxwell
Constant-time behaviour test using valgrind memtest.
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Tim Ruffing
Merge #710: Eliminate harmless non-constant time operat...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-23
Tim Ruffing
Merge #718: Clarify that a secp256k1_ecdh_hash_function...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-20
Gregory Maxwell
Adds a declassify operation to aid constant-time analysis.
commit
|
commitdiff
|
tree
|
snapshot
2020-02-20
Gregory Maxwell
Eliminate harmless non-constant time operations on...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Jonas Nick
Compile with optimization flag -O2 by default instead...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Tim Ruffing
Clarify that a secp256k1_ecdh_hash_function must return...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-10
Tim Ruffing
Merge #714: doc: document the length requirements of...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-10
Tim Ruffing
Merge #682: Remove Java Native Interface
commit
|
commitdiff
|
tree
|
snapshot
2020-02-10
Rusty Russell
doc: document the length requirements of output parameter.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-24
Jonas Nick
Merge #713: Docstrings
commit
|
commitdiff
|
tree
|
snapshot
next
This page took
0.064321 seconds
and
4
git commands to generate.