]> Git Repo - secp256k1.git/shortlog
secp256k1.git
2020-10-30 Jonas NickMerge #840: Return NULL early in context_preallocated_c...
2020-10-27 Tim RuffingMerge #838: Make autotools check for all the used opens...
2020-10-27 Elichai TurkelConfigure echo if openssl tests are enabled
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 Tim RuffingAvoids a potentially shortening size_t to int cast...
2020-10-25 Elichai TurkelModify bitcoin_secp.m4's openssl check to call all...
2020-10-21 Tim RuffingMerge #809: Stop treating ECDH as experimental
2020-10-20 Jonas Nicktravis: add schnorrsig to valgrind and big endian platf...
2020-10-20 Jonas NickStop treating ECDH as experimental
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-21 Jonas Nicktravis: VALGRIND->RUN_VALGRIND to avoid confusion with...
2020-09-21 Jonas Nicktravis: Explicitly set --with-valgrind
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
next
This page took 0.059057 seconds and 4 git commands to generate.