]> Git Repo - secp256k1.git/shortlog
secp256k1.git
2019-02-21 Gregory MaxwellMerge #518: Summarize build options after running configure
2019-02-21 Gregory MaxwellMerge #567: Correct order of libs returned on pkg-confi...
2019-02-21 Gregory MaxwellMerge #587: Make randomization of a non-signing context...
2019-02-21 Gregory MaxwellMerge #511: Portability fix for the configure scripts...
2019-02-21 Gregory MaxwellMerge #552: Make constants static:
2019-02-21 Gregory MaxwellMerge #551: secp256k1_fe_sqrt: Verify that the argument...
2019-02-21 Gregory MaxwellMerge #539: Assorted minor corrections
2019-02-21 Gregory MaxwellMerge #550: Optimize secp256k1_fe_normalize_weak calls.
2019-02-04 Pieter WuilleMerge #579: Use __GNUC_PREREQ for detecting __builtin_e...
2019-01-27 Tim RuffingMake randomization of a non-signing context a noop
2018-12-17 Tim RuffingUse __GNUC_PREREQ for detecting __builtin_expect
2018-11-26 Pieter WuilleMerge #557: Eliminate scratch memory used when generati...
2018-11-10 Andrew Poelstraecmult_impl: expand comment to explain how effective...
2018-11-10 Peter DettmanStore z-ratios in the 'x' coord they'll recover
2018-11-09 Andrew Poelstraadd `secp256k1_ge_set_all_gej_var` test which deals...
2018-11-09 Andrew Poelstraecmult_impl: save one fe_inv_var
2018-11-09 Andrew Poelstraecmult_impl: eliminate scratch memory used when generat...
2018-11-09 Andrew Poelstraecmult_gen_impl: eliminate scratch memory used when...
2018-11-06 Pieter WuilleMerge #553: add static context object which has no...
2018-10-23 Phillip MienkCorrect order of libs returned on pkg-config --libs...
2018-10-17 Pieter WuilleMerge #354: [ECDH API change] Support custom hash function
2018-10-04 Andrew Poelstraprevent attempts to modify `secp256k1_context_no_precomp`
2018-10-04 Andrew Poelstraadd static context object which has no capabilities
2018-08-15 Russell O'ConnorMake constants static:
2018-08-14 Russell O'Connorsecp256k1_fe_sqrt: Verify that the arguments don't...
2018-08-13 Russell O'ConnorOptimize secp256k1_fe_normalize_weak calls.
2018-07-06 Russell O'Connorclean dependendies in field_*_impl.h
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-05-31 Pieter WuilleMerge #529: fix tests.c in the count == 0 case
2018-05-16 Kirill Fomichev[ECDH API change] Allow pass arbitrary data to hash...
2018-05-16 Kirill Fomichev[ECDH API change] Support custom hash function
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 Evan KlitzkeSummarize build options in configure script
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-26 Pierre ProncheryPortability fix for the configure scripts generated
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...
next
This page took 0.055944 seconds and 4 git commands to generate.