]> Git Repo - secp256k1.git/history - src
Rename msg32 to msghash32 in ecdsa_sign/verify and add explanation
[secp256k1.git] / src /
2020-12-04 Jonas NickRename msg32 to msghash32 in ecdsa_sign/verify and...
2020-12-01 Jonas NickMerge #851: make test count iteration configurable...
2020-11-30 Andrew Poelstraforbid a test iteration of 0 or less
2020-11-23 Andrew Poelstramake test count iteration configurable by environment...
2020-11-04 Pieter WuilleMerge #835: Don't use reserved identifiers memczero...
2020-11-04 Jonas NickMerge #839: Prevent arithmetic on NULL pointer if the...
2020-10-30 Jonas NickMerge #840: Return NULL early in context_preallocated_c...
2020-10-27 Tim RuffingTypedef (u)int128_t only when they're not provided...
2020-10-27 Tim RuffingMerge #838: Make autotools check for all the used opens...
2020-10-27 Tim RuffingReturn NULL early in context_preallocated_create if...
2020-10-27 Jonas NickMerge #841: Avoids a potentially shortening size_t...
2020-10-27 FabienPrevent arithmetic on NULL pointer if the scratch space...
2020-10-27 Tim RuffingAvoids a potentially shortening size_t to int cast...
2020-10-20 Tim RuffingDon't use reserved identifiers memczero and benchmark_v...
2020-10-14 Pieter WuilleMerge #830: Rip out non-endomorphism code + dependencies
2020-10-13 Pieter WuilleConsistency improvements to the comments
2020-10-13 Pieter WuilleReorder comments/function around scalar_split_lambda
2020-10-13 Pieter WuilleWNAF of lambda_split output has max size 129
2020-10-13 Pieter WuilleRip out non-endomorphism code
2020-10-13 Gregory MaxwellCheck correctness of lambda split without -DVERIFY
2020-10-13 Pieter WuilleMake lambda constant accessible
2020-10-13 Pieter WuilleAdd tests to exercise lambda split near bounds
2020-10-13 Russell O'ConnorAdd secp256k1_split_lambda_verify
2020-10-13 Russell O'ConnorDetailed comments for secp256k1_scalar_split_lambda
2020-10-11 Russell O'ConnorIncrease precision of g1 and g2
2020-10-11 Tim RuffingSwitch to our own memcmp function
2020-09-27 Tim RuffingMerge #827: Rename testrand functions to have test...
2020-09-26 Tim RuffingMerge #821: travis: Explicitly set --with-valgrind
2020-09-26 Tim RuffingMerge #818: Add static assertion that uint32_t is unsig...
2020-09-26 Pieter WuilleRename testrand functions to have test in name
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...
next
This page took 0.065203 seconds and 7 git commands to generate.