]> Git Repo - secp256k1.git/shortlog
secp256k1.git
2021-04-13 Pieter WuilleFix typo in explanation
2021-04-07 Jonas NickMerge #889: fix uninitialized read in tests
2021-03-26 Jonas NickMerge #903: Make argument of fe_normalizes_to_zero...
2021-03-26 Jonas NickMerge #907: changed import to use brackets <> for openssl
2021-03-20 William Brightchanged import to use brackets <> for openssl as they...
2021-03-18 Pieter WuilleMerge #831: Safegcd inverses, drop Jacobi symbols,...
2021-03-15 Pieter WuilleMake argument of fe_normalizes_to_zero{_var} const
2021-03-15 Pieter WuilleMake scalar_inverse{,_var} benchmark scale with SECP256...
2021-03-15 Peter DettmanOptimization: track f,g limb count and pass to new...
2021-03-15 Peter DettmanOptimization: use formulas instead of lookup tables...
2021-03-15 Pieter WuilleOptimization: special-case zero modulus limbs in modinv64
2021-03-15 Pieter WuilleRemove num/gmp support
2021-03-12 Pieter WuilleRemove unused Jacobi symbol support
2021-03-12 Pieter WuilleRemove unused scalar_sqr
2021-03-12 Pieter WuilleImprove field/scalar inverse tests
2021-03-12 Pieter WuilleMake field/scalar code use the new modinv modules for...
2021-03-11 Pieter WuilleMove secp256k1_fe_inverse{_var} to per-impl files
2021-03-11 Pieter WuilleMove secp256k1_scalar_{inverse{_var},is_even} to per...
2021-03-11 Pieter WuilleImprove bounds checks in modinv modules
2021-03-08 Pieter WuilleAdd tests for modinv modules
2021-03-08 Pieter WuilleAdd extensive comments on the safegcd algorithm and...
2021-03-08 Peter DettmanAdd safegcd based modular inverse modules
2021-03-08 Pieter WuilleAdd secp256k1_ctz{32,64}_var functions
2021-03-07 Tim RuffingMerge #901: ci: Switch all Linux builds to Debian and...
2021-03-03 Tim Ruffingci: Select number of parallel make jobs depending on...
2021-03-03 Tim Ruffingci: Split output of logs into multiple sections
2021-03-03 Tim Ruffingci: Run PRs on merge result instead of on the source...
2021-03-03 Tim Ruffingci: Print information about binaries using "file"
2021-03-02 Tim Ruffingci: Switch all Linux builds to Debian
2021-03-02 Tim RuffingMerge #891: build: Add workaround for automake 1.13...
2021-02-22 Jonas NickMerge #894: ctime_test: move context randomization...
2021-02-05 Jonas Nickctime_test: move context randomization test to the end
2021-02-04 PiRKprint warnings for conditional-uninitialized
2021-02-04 PiRKinitialize variable in tests
2021-02-01 Tim Ruffingbuild: Add workaround for automake 1.13 and older
2021-02-01 Jonas NickMerge #882: Use bit ops instead of int mult for constan...
2021-01-30 Tim RuffingUse bit ops instead of int mult for constant-time logic...
2021-01-30 Jonas NickMerge #864: Add support for Cirrus CI
2021-01-29 Jonas Nickci: Refactor Nix shell files
2021-01-29 Tim Ruffingci: Remove support for Travis CI
2021-01-29 Tim Ruffingci: Enable simple cache for brewing valgrind on macOS
2021-01-29 Tim Ruffingci: Add support for Cirrus CI
2021-01-26 Tim RuffingMerge #880: Add parens around ROUND_TO_ALIGN's parameter.
2021-01-25 Russell O'ConnorAdd parens around ROUND_TO_ALIGN's parameter.
2021-01-25 Jonas NickMerge #877: Add missing secp256k1_ge_set_gej_var decl.
2021-01-25 Jonas NickMerge #874: Remove underscores from header defs.
2021-01-25 Jonas NickMerge #878: Remove unused secp256k1_fe_inv_all_var
2021-01-25 Jonas NickMerge #875: Avoid casting (void**) values.
2021-01-24 Pieter WuilleRemove unused secp256k1_fe_inv_all_var
2021-01-24 Russell O'ConnorAdd missing secp256k1_ge_set_gej_var decl.
2021-01-23 Russell O'ConnorAvoid casting (void**) values.
2021-01-23 Russell O'ConnorRemove underscores from header defs.
2021-01-12 Tim RuffingMerge #862: Autoconf improvements
2021-01-12 Tim RuffingMerge #845: Extract the secret key from a keypair
2021-01-08 Tim RuffingImprove CC_FOR_BUILD detection
2021-01-08 Tim RuffingRestructure and tidy configure.ac
2021-01-08 Tim RuffingAsk brew for valgrind include path
2021-01-08 Tim RuffingMerge #860: fixed trivial typo
2020-12-22 Ferdinando... fixed typo
2020-12-19 Elichai TurkelAdd secret key extraction from keypair to constant...
2020-12-19 Elichai TurkelAdd seckey extraction from keypair to the extrakeys...
2020-12-19 Elichai TurkelAdd a function to extract the secretkey from a keypair
2020-12-18 Jonas NickMerge #858: Fix insecure links
2020-12-17 Dimitris ApostolouFix insecure links
2020-12-09 Tim RuffingMerge #857: docs: fix simple typo, dependecy -> dependency
2020-12-08 Tim Gatesdocs: fix simple typo, dependecy -> dependency
2020-12-07 Jonas NickMerge #852: Add sage script for generating scalar_split...
2020-12-07 Tim RuffingMerge #854: Rename msg32 to msghash32 in ecdsa_sign...
2020-12-04 Jonas NickRename tweak to tweak32 in public API
2020-12-04 Jonas NickRename msg32 to msghash32 in ecdsa_sign/verify and...
2020-12-03 Tim Ruffingsage: Add script for generating scalar_split_lambda...
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-25 Tim Ruffingsage: Reorganize files
2020-11-23 Jonas NickMerge #849: Convert Sage code to Python 3 (as used...
2020-11-23 Frédéric ChapotonConvert Sage code to Python 3 (as used by Sage >= 9)
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 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 FabienRun the undefined behaviour sanitizer on Travis
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-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-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
next
This page took 0.060616 seconds and 4 git commands to generate.