]> Git Repo - secp256k1.git/history - src
Merge #818: Add static assertion that uint32_t is unsigned int or wider
[secp256k1.git] / src /
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-13 Tim RuffingMerge #814: tests: Initialize random group elements...
2020-09-13 Tim Ruffingtests: Initialize random group elements fully
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-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-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-07-29 Tim RuffingMerge #778: secp256k1_gej_double_nonzero supports infinity
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-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 Elichai TurkelFixed UB(arithmetics on uninit values) in cmovs
2020-04-30 Tim RuffingMerge #701: Make ec_ arithmetic more consistent and...
2020-04-29 Jonas NickRemove unnecessary sign variable from wnaf_const
2020-04-29 Jonas NickFix test_constant_wnaf for -1 and add a test for it.
2020-04-18 Jonas NickMerge #732: Retry if r is zero during signing
2020-04-18 Tim RuffingMerge #742: Fix typo in ecmult_const_impl.h
2020-04-18 f-danielFix typo in ecmult_const_impl.h
2020-04-15 Tim RuffingMerge #740: Make recovery/main_impl.h non-executable
2020-04-15 Elichai TurkelMake recovery/main_impl.h non-executable
2020-03-31 Tim RuffingMake ecdsa_sig_sign constant-time again after reverting...
2020-03-31 Tim RuffingRevert "ecdsa_impl: replace scalar if-checks with VERIF...
2020-03-30 Jonas NickMake ec_privkey functions aliases for ec_seckey_negate...
2020-03-30 Jonas NickReturn 0 if the given seckey is invalid in privkey_nega...
2020-03-30 Jonas NickAdd test for boundary conditions of scalar_set_b32...
2020-03-30 Jonas NickUse scalar_set_b32_seckey in ecdsa_sign, pubkey_create...
2020-03-30 Jonas NickAdd scalar_set_b32_seckey which does the same as scalar...
2020-03-27 Jonas NickMerge #728: Suppress a harmless variable-time optimizat...
2020-03-27 Tim RuffingAdd test for memczero()
2020-03-27 Tim RuffingSuppress a harmless variable-time optimization by clang...
2020-03-24 Jonas NickMerge #722: Context isn't freed in the ECDH benchmark
2020-03-20 Tim RuffingMerge #700: Allow overriding default flags
next
This page took 0.065842 seconds and 7 git commands to generate.