]> Git Repo - secp256k1.git/shortlog
secp256k1.git
2018-07-06 Russell O'ConnorCorrect math typos in field_*.h
2018-07-06 Russell O'ConnorAdd check that restrict pointers don't alias with all...
2018-04-10 Andrew Poelstrafix tests.c in the count == 0 case
2018-04-05 Pieter WuilleMerge #523: scratch: add stack frame support
2018-04-05 Andrew Poelstrascratch: add stack frame support
2018-04-05 Pieter WuilleMerge #522: parameterize ecmult_const over input size
2018-04-05 Andrew Poelstraparameterize ecmult_const over input size
2018-04-05 Pieter WuilleMerge #513: Increase sparsity of pippenger fixed window...
2018-03-27 Pieter WuilleMerge #510: add a couple missing `const`s to ecmult_pip...
2018-03-27 Pieter WuilleMerge #515: Fix typo
2018-03-27 Pieter WuilleMerge #512: secp256k1_ec_privkey_negate - fix documentation
2018-03-23 Jonas NickDon't touch leading zeros in wnaf_fixed.
2018-03-23 Jonas NickFix bug in wnaf_fixed where the wnaf array is not compl...
2018-03-23 Jonas NickDon't invert scalar in wnaf_fixed when it is even becau...
2018-03-05 Dimitris ApostolouFix typo
2018-03-01 Jonas NickIncrease sparsity of pippenger fixed window naf represe...
2018-02-28 Thomas Kerinsecp256k1_ec_privkey_negate - fix documentation
2018-02-24 Andrew Poelstraadd a couple missing `const`s to ecmult_pippenger_wnaf
2018-02-06 Gregory MaxwellMerge #460: [build] Update ax_jni_include_dir.m4 macro
2018-02-06 Gregory MaxwellMerge #498: tests: Avoid calling fclose(...) with an...
2018-02-06 Gregory MaxwellMerge #499: tests: Make sure we get the requested numbe...
2018-02-06 Gregory MaxwellMerge #472: [build] Set --enable-jni to no by default...
2018-02-06 Gregory MaxwellMerge #494: Support OpenSSL versions >= 1.1 for ENABLE_...
2018-02-06 Gregory MaxwellMerge #495: Add bench_ecmult to .gitignore
2018-01-12 practicalswifttests: Make sure we get the requested number of bytes...
2018-01-12 practicalswiftAvoid calling fclose(...) with an invalid argument
2017-12-31 Tony RizkoAdd bench_ecmult to .gitignore
2017-12-28 Alexander BlockSupport OpenSSL versions >= 1.1 for ENABLE_OPENSSL_TESTS
2017-12-21 Pieter WuilleMerge #487: fix tests typo, s/changed/unchanged
2017-12-21 Pieter WuilleMerge #463: Reduce usage of hardcoded size constants
2017-12-21 Pieter WuilleMerge #490: Disambiguate bench functions and types
2017-12-19 Pieter WuilleDisambiguate bench functions and types
2017-12-18 Pieter WuilleMerge #480: Enable benchmark building by default
2017-12-08 Pieter WuilleMerge #486: Add pippenger_wnaf for multi-multiplication
2017-12-07 Jonas NickUse more precise pippenger bucket windows
2017-12-07 Peter DettmanSave some additions per window in _pippenger_wnaf
2017-12-07 Jonas NickAdd flags for choosing algorithm in ecmult_multi benchmark
2017-12-07 Jonas NickUse scratch space dependent batching in ecmult_multi
2017-12-07 Jonas NickAdd pippenger_wnaf ecmult_multi
2017-12-07 Pieter WuilleAdd bench_ecmult
2017-12-07 Andrew PoelstraAdd ecmult_multi tests
2017-12-07 Pieter WuilleGeneralize Strauss to support multiple points
2017-12-07 Andrew Poelstraadd resizeable scratch space API
2017-11-29 Daniel Cousensfix typo, s/changed/unchanged
2017-11-16 Thomas SniderReduce usage of hardcoded size constants
2017-11-08 Pieter WuilleMerge #479: Get rid of reserved _t in type names
2017-09-28 Pieter WuillePrint whether we're building benchmarks
2017-09-28 Pieter WuilleBuild benchmarks by default
2017-09-27 Pieter WuilleGet rid of reserved _t in type names
2017-09-27 Pieter WuilleMerge #474: Fix header guards using reserved identifiers
2017-09-25 Pieter WuilleMerge #478: Fixed multiple typos
2017-09-25 Dimitris TsapakidisFixed multiple typos
2017-08-26 Dan RavivFix header guards using reserved identifiers
2017-08-17 Karl-Johan Alm[build] Set --enable-jni to no by default instead of...
2017-08-10 Pieter WuilleMerge #459: Add pubkey prefix constants to include...
2017-08-10 Pieter WuilleMerge #470: Fix wnaf_const documentation
2017-08-09 Jonas NickFix wnaf_const documentation with respect to return...
2017-07-31 Pieter WuilleMerge #458: Fix typo in API documentation
2017-07-31 Pieter WuilleMerge #440: Fix typos
2017-07-31 Pieter WuilleMerge #468: Remove redundant conditional expression
2017-07-13 Dag RoboleRemove redundant conditional expression
2017-07-06 Karl-Johan Alm[build] Tweak JNI macro to warn instead of error for...
2017-07-06 Karl-Johan Alm[build] Update ax_jni_include_dir.m4 macro to deal...
2017-06-27 Andrew Poelstraadd pubkey prefix constants to include/secp256k1.h
2017-06-05 Tim RuffingFix typo in API documentation
2017-05-05 Pieter WuilleMerge #454: Remove residual parts from the schnorr...
2017-05-03 Gregory MaxwellRemove residual parts from the schnorr expirement.
2017-04-26 Pieter WuilleMerge #452: Minor optimizations to _scalar_inverse...
2017-04-25 Pieter WuilleMerge #437: Unroll secp256k1_fe_(get|set)_b32 to make...
2017-04-25 Brian SmithFurther shorten the addition chain for scalar inversion.
2017-04-24 Gregory MaxwellFix benchmark print_number infinite loop.
2017-04-24 Gregory MaxwellUnroll secp256k1_fe_(get|set)_b32 for 10x26.
2017-04-24 CryptoGuruUnroll secp256k1_fe_(get|set)_b32 for 5x52.
2017-04-18 Peter DettmanMinor optimizations to _scalar_inverse to save 4M
2017-03-22 Pieter WuilleMerge #408: Add `secp256k1_ec_pubkey_negate` and `secp2...
2017-03-22 Pieter WuilleMerge #441: secp256k1_context_randomize: document.
2017-03-22 Pieter WuilleMerge #444: test: Use checked_alloc
2017-03-22 Pieter WuilleMerge #449: Remove executable bit from secp256k1.c
2017-03-17 Emil RusRemove executable bit from secp256k1.c
2017-02-26 Wladimir J... test: Use checked_alloc
2017-02-21 Rusty RussellFIXUP: Missing "is"
2017-02-14 Rusty Russellsecp256k1_context_randomize: document.
2017-01-29 practicalswiftFix typo: "Agressive" → "Aggressive"
2017-01-29 practicalswiftFix typo: "exectured" → "executed"
2016-12-28 Pieter WuilleMerge #428: Exhaustive recovery
2016-12-20 Andrew PoelstraAdd `secp256k1_ec_pubkey_negate` and `secp256k1_ec_priv...
2016-12-16 Andrew Poelstraexhaustive tests: add recovery module
2016-12-12 Pieter WuilleMerge #433: Make the libcrypto detection fail the newer...
2016-12-12 Gregory MaxwellMake the libcrypto detection fail the newer API.
2016-11-28 Andrew Poelstraexhaustive tests: remove erroneous comment from ecdsa_s...
2016-11-28 Pieter WuilleMerge #427: Remove Schnorr from travis as well
2016-11-28 Andrew Poelstragroup_impl.h: remove unused `secp256k1_ge_set_infinity...
2016-11-28 Andrew Poelstraconfigure: add --enable-coverage to set options for...
2016-11-28 Andrew Poelstrarecovery: add tests to cover API misusage
2016-11-27 Pieter WuilleRemove Schnorr from travis as well
2016-11-26 Andrew Poelstraecdh: test NULL-checking of arguments
2016-11-26 Andrew Poelstraecdsa_impl: replace scalar if-checks with VERIFY_CHECKs...
2016-11-26 Pieter WuilleMerge #310: Add exhaustive test for group functions...
2016-11-26 Andrew PoelstraAdd exhaustive test for verification
2016-11-26 Andrew PoelstraAdd exhaustive tests for group arithmetic, signing...
next
This page took 0.060929 seconds and 4 git commands to generate.