]> Git Repo - secp256k1.git/shortlog
secp256k1.git
2020-09-26 Tim RuffingMerge #818: Add static assertion that uint32_t is unsig...
2020-09-26 Pieter WuilleMerge #808: Exhaustive test improvements + exhaustive...
2020-09-19 Jonas NickMerge #813: Enable configuring Valgrind support
2020-09-19 Jonas NickMerge #819: Enable -Wundef warning
2020-09-18 Pieter WuilleAdd exhaustive test for extrakeys and schnorrsig
2020-09-18 Pieter WuilleMake pubkey parsing test whether points are in the...
2020-09-18 Pieter WuilleAbstract out challenge computation in schnorrsig
2020-09-18 Pieter WuilleDisable output buffering in tests_exhaustive.c
2020-09-18 Pieter WuilleSupport splitting exhaustive tests across cores
2020-09-18 Pieter WuilleGive exhaustive_tests count and seed cmdline inputs
2020-09-18 Pieter Wuillerefactor: move RNG seeding to testrand
2020-09-18 Pieter WuilleChange exhaustive test groups so they have a point...
2020-09-18 Pieter WuilleSelect exhaustive lambda in function of order
2020-09-18 Pieter WuilleMake the curve B constant a secp256k1_fe
2020-09-18 Pieter WuilleDelete gej_is_valid_var: unused outside tests
2020-09-18 Pieter WuilleMake secp256k1_scalar_b32 detect overflow in scalar_low
2020-09-18 Pieter WuilleMove exhaustive tests for recovery to module
2020-09-18 Pieter WuilleMake group order purely compile-time in exhaustive...
2020-09-18 Tim RuffingEnable -Wundef warning
2020-09-17 Tim RuffingAdd static assertion that uint32_t is unsigned int...
2020-09-15 Jonas NickMerge #782: Check if variable=yes instead of if var...
2020-09-14 Luke Dashjrconfigure: Allow specifying --with[out]-valgrind explicitly
2020-09-14 Elichai TurkelModify .travis.yml to explictly pass no in env vars...
2020-09-13 Tim RuffingMerge #814: tests: Initialize random group elements...
2020-09-13 Tim Ruffingtests: Initialize random group elements fully
2020-09-12 Jonas NickMerge #812: travis: run bench_schnorrsig
2020-09-11 Jonas Nicktravis: run bench_schnorrsig
2020-09-11 Tim RuffingMerge #558: Add schnorrsig module which implements...
2020-09-10 Jonas NickMerge #797: Fix Jacobi benchmarks and other benchmark...
2020-09-10 Pieter WuilleAdd benchmark for secp256k1_ge_set_gej_var
2020-09-10 Pieter WuilleMake jacobi benchmarks vary inputs
2020-09-10 Pieter WuilleRandomize the Z coordinates in bench_internal
2020-09-10 Pieter WuilleRename bench_internal variables
2020-09-09 Tim RuffingMerge #699: Initialize field elements when resulting...
2020-09-09 Tim RuffingMerge #799: Add fallback LE/BE for architectures with...
2020-09-06 Jonas Nickvalgrind_ctime_test: Add schnorrsig_sign
2020-09-06 Jonas Nickschnorrsig: Add taproot test case
2020-09-06 Jonas Nickschnorrsig: Add benchmark for sign and verify
2020-09-06 Jonas Nickschnorrsig: Add BIP-340 compatible signing and verification
2020-09-06 Jonas Nickschnorrsig: Add BIP-340 nonce function
2020-09-06 Jonas Nickschnorrsig: Init empty experimental module
2020-09-06 Jonas NickAllow initializing tagged sha256
2020-09-06 Jonas Nickextrakeys: Add keypair_xonly_tweak_add
2020-09-06 Jonas Nickextrakeys: Add keypair struct with create, pub and...
2020-09-06 Jonas NickSeparate helper functions for pubkey_create and seckey_...
2020-09-06 Jonas Nickextrakeys: Add xonly_pubkey_tweak_add & xonly_pubkey_tw...
2020-09-06 Jonas NickSeparate helper function for ec_pubkey_tweak_add
2020-09-06 Jonas Nickextrakeys: Add xonly_pubkey with serialize, parse and...
2020-09-02 Tim RuffingMerge #806: Trivial: Add test logs to gitignore
2020-09-02 Tim RuffingMerge #648: Prevent ints from wrapping around in scratc...
2020-09-01 Tim RuffingMerge #805: Remove the extremely outdated TODO file.
2020-08-31 Jake RawsthorneAdd test logs to gitignore
2020-08-31 Gregory MaxwellRemove the extremely outdated TODO file.
2020-08-26 Jonas Nickextrakeys: Init empty experimental module
2020-08-26 Jonas NickMake the secp256k1_declassify argument constant
2020-08-22 Pieter WuilleAdd SHA256 selftest
2020-08-16 Tim RuffingMerge #798: Check assumptions on integer implementation...
2020-08-16 Pieter WuilleUse additional system macros to figure out endianness
2020-08-14 Pieter WuilleCompile-time check assumptions on integer types
2020-08-13 Pieter WuilleAdd support for (signed) __int128
2020-08-13 Tim RuffingMerge #787: Use preprocessor macros instead of autoconf...
2020-08-12 Tim RuffingMerge #793: Make scalar/field choice depend on C-detect...
2020-08-11 Tim RuffingUse preprocessor macros instead of autoconf to detect...
2020-08-11 Tim RuffingMerge #795: Avoid linking libcrypto in the valgrind...
2020-08-10 Gregory MaxwellAvoid linking libcrypto in the valgrind ct test.
2020-08-10 Pieter WuilleAutodetect __int128 availability on the C side
2020-08-10 Pieter WuilleAdd SECP256K1_FE_STORAGE_CONST_GET to 5x52 field
2020-08-07 Tim RuffingMerge #696: Run a Travis test on s390x (big endian)
2020-08-07 Pieter WuilleTest travis s390x (big endian)
2020-08-03 Elichai TurkelChange travis.sh to check if variables are equal to...
2020-07-29 Tim RuffingMerge #778: secp256k1_gej_double_nonzero supports infinity
2020-07-29 Jonas NickMerge #779: travis: Fix argument quoting for ./configure
2020-07-29 Tim Ruffingtravis: Fix argument quoting for ./configure
2020-07-29 Pieter Wuillesecp256k1_gej_double_nonzero supports infinity
2020-07-28 Tim RuffingMerge #772: Improve constant-timeness on PowerPC
2020-07-28 Tim RuffingMerge #774: tests: Abort if malloc() fails during conte...
2020-07-28 Tim Ruffingtests: Abort if malloc() fails during context cloning...
2020-07-27 Tim RuffingSuppress a harmless variable-time optimization by clang...
2020-07-26 Tim RuffingRemove redundant "? 1 : 0" after comparisons in scalar...
2020-07-26 Tim RuffingMerge #741: Remove unnecessary sign variable from wnaf_...
2020-07-26 Tim RuffingMerge #773: Fix some compile problems on weird/old...
2020-07-26 Gregory MaxwellFix some compile problems on weird/old compilers.
2020-07-21 Jonas NickMerge #769: Undef HAVE___INT128 in basic-config.h to...
2020-07-21 Tim RuffingUndef HAVE___INT128 in basic-config.h to fix gen_contex...
2020-06-29 Jonas NickMerge #765: remove dead store in ecdsa_signature_parse_...
2020-06-29 fanquakeremove dead store in ecdsa_signature_parse_der_lax
2020-06-15 Tim RuffingMerge #759: Fix uninitialized variables in ecmult_multi...
2020-06-15 Jonas NickFix uninitialized variables in ecmult_multi test
2020-06-08 Tim RuffingMerge #755: Recovery signing: add to constant time...
2020-06-03 Elichai TurkelAdd tests for the cmov implementations
2020-06-03 Elichai TurkelAdd ecdsa_sign_recoverable to the ctime tests
2020-06-03 Elichai TurkelSplit ecdsa_sign logic into a new function and use...
2020-06-02 Tim RuffingMerge #754: Fix uninit values passed into cmov
2020-05-26 Elichai TurkelAdd valgrind uninit check to cmovs output
2020-05-22 Tim RuffingMerge #752: autoconf: Use ":" instead of "dnl" as a...
2020-05-22 Elichai TurkelFixed UB(arithmetics on uninit values) in cmovs
2020-05-18 Jonas NickMerge #750: Add macOS to the CI
2020-05-18 Tim Ruffingautoconf: Use ":" instead of "dnl" as a noop
2020-05-18 Elichai TurkelExplictly pass SECP256K1_BENCH_ITERS to the benchmarks...
2020-05-11 Elichai TurkelReplace travis_wait with a loop printing "\a" to stdout...
next
This page took 0.065163 seconds and 4 git commands to generate.