]> Git Repo - secp256k1.git/shortlog
secp256k1.git
2019-05-25 Gregory MaxwellMerge #592: Use trivial algorithm in ecmult_multi if...
2019-05-25 Gregory MaxwellMerge #566: Enable context creation in preallocated...
2019-05-25 Tim RuffingExplain caller's obligations for preallocated memory
2019-05-25 Tim RuffingMove _preallocated functions to separate header
2019-05-25 Tim RuffingExport _preallocated functions
2019-05-25 Tim RuffingAdd tests for contexts in preallocated memory
2019-05-25 Tim RuffingCheck arguments of _preallocated functions
2019-05-25 Tim RuffingSupport cloning a context into preallocated memory
2019-05-25 Tim RuffingSwitch to a single malloc call
2019-05-25 Tim RuffingAdd size constants for preallocated memory
2019-05-25 Tim RuffingPrepare for manual memory management in preallocated...
2019-05-25 Gregory MaxwellMerge #596: Make WINDOW_G configurable
2019-05-24 Tim RuffingClean up ./configure help strings
2019-05-24 Tim RuffingMake WINDOW_G configurable
2019-05-24 Gregory MaxwellMerge #626: Revert "Merge #620: Install headers automat...
2019-05-24 ianRevert "Merge #620: Install headers automatically"
2019-05-23 Gregory MaxwellMerge #561: Respect LDFLAGS and #undef STATIC_PRECOMPUT...
2019-05-23 Gregory MaxwellMerge #620: Install headers automatically
2019-05-22 Gregory MaxwellMerge #533: Make sure we're not using an uninitialized...
2019-05-22 Gregory MaxwellMerge #617: Pass scalar by reference in secp256k1_wnaf_...
2019-05-16 Gregory MaxwellMerge #619: Clear a copied secret key after negation
2019-05-15 Víctor Mayoral... Install headers automatically
2019-05-15 Seonpyo KimClear a copied secret key after negation
2019-05-14 Tim RuffingPass scalar by reference in secp256k1_wnaf_const()
2019-05-09 Gregory MaxwellMerge #612: Allow field_10x26_arm.s to compile for...
2019-05-07 Roman ZeydeAllow field_10x26_arm.s to compile for ARMv7 architecture
2019-03-31 Gregory MaxwellMerge #607: Use size_t shifts when computing a size_t
2019-03-31 Gregory MaxwellMerge #606: travis: Remove unused sudo:false
2019-03-30 Pieter WuilleUse size_t shifts when computing a size_t
2019-03-30 MarcoFalketravis: Remove unused sudo:false
2019-03-21 practicalswiftMake sure we're not using an uninitialized variable...
2019-03-18 Jonas NickUse trivial algorithm in ecmult_multi if scratch space...
2019-03-11 Gregory MaxwellMerge #599: Switch x86_64 asm to use "i" instead of...
2019-03-10 Gregory MaxwellSwitch x86_64 asm to use "i" instead of "n" for immedia...
2019-03-10 Gregory MaxwellMerge #597: Add $(COMMON_LIB) to exhaustive tests to...
2019-03-09 Gregory MaxwellAdd $(COMMON_LIB) to exhaustive tests to fix ARM asm...
2019-02-25 Gregory MaxwellMerge #568: Fix integer overflow in ecmult_multi_var...
2019-02-25 Jonas NickFix integer overflow in ecmult_multi_var when n is...
2019-02-25 DesWurstesUndefine `STATIC_PRECOMPUTATION` if using the basic...
2019-02-25 DesWurstesKeep LDFLAGS if `--coverage`
2019-02-24 Gregory MaxwellMerge #591: Make bench_internal obey secp256k1_fe_sqrt...
2019-02-24 Gregory MaxwellMerge #580: Add trivial ecmult_multi algorithm which...
2019-02-23 Jonas NickAdd trivial ecmult_multi to the benchmark tool
2019-02-23 Jonas NickAdd trivial ecmult_multi algorithm. It is selected...
2019-02-22 Gregory MaxwellMerge #584: configure: Use CFLAGS_FOR_BUILD when checki...
2019-02-21 Gregory MaxwellMerge #516: improvements to random seed in src/tests.c
2019-02-21 Gregory MaxwellMake bench_internal obey secp256k1_fe_sqrt's contract...
2019-02-21 Gregory MaxwellMerge #562: Make use of TAG_PUBKEY constants in secp256...
2019-02-21 Gregory MaxwellFixup for C90 mixed declarations.
2019-02-21 Gregory MaxwellMerge #509: Fix algorithm selection in bench_ecmult
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-10 Tim RuffingActually pass CFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD...
2019-02-10 Tim Ruffingconfigure: Use CFLAGS_FOR_BUILD when checking native...
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-09 Ben WoosleyMake use of TAG_PUBKEY constants in secp256k1_eckey_pub...
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 Jonas NickFix algorithm selection in bench_ecmult
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-06 Don Visznekifix bug in fread() failure check
next
This page took 0.059463 seconds and 4 git commands to generate.