]> Git Repo - secp256k1.git/history - src/secp256k1.c
Merge #930: Add ARM32/ARM64 CI
[secp256k1.git] / src / secp256k1.c
2021-05-13 Jonas NickMerge #930: Add ARM32/ARM64 CI
2021-05-13 Jonas NickMerge #850: add `secp256k1_ec_pubkey_cmp` method
2021-05-07 Tim RuffingMerge #926: secp256k1.h: clarify that by default argume...
2021-05-06 Andrew Poelstraadd `secp256k1_ec_pubkey_cmp` method
2021-05-06 Tim RuffingMerge #937: Have ge_set_gej_var, gej_double_var and...
2021-05-05 Tim RuffingMerge #925: changed include statements without prefix...
2021-05-05 William Brightchange local lib headers to be relative for those point...
2021-05-02 Jonas NickMerge #922: Add mingw32-w64/wine CI build
2021-05-02 Tim RuffingMerge #928: Define SECP256K1_BUILD in secp256k1.c directly.
2021-05-01 Gregory MaxwellDefine SECP256K1_BUILD in secp256k1.c directly.
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-18 Pieter WuilleMerge #831: Safegcd inverses, drop Jacobi symbols,...
2021-03-15 Pieter WuilleRemove num/gmp support
2021-01-12 Tim RuffingMerge #845: Extract the secret key from a keypair
2020-12-18 Jonas NickMerge #858: Fix insecure links
2020-12-17 Dimitris ApostolouFix insecure links
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-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 RuffingReturn NULL early in context_preallocated_create if...
2020-10-20 Tim RuffingDon't use reserved identifiers memczero and benchmark_v...
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 WuilleMerge #808: Exhaustive test improvements + exhaustive...
2020-09-19 Jonas NickMerge #813: Enable configuring Valgrind support
2020-09-18 Pieter WuilleMake pubkey parsing test whether points are in the...
2020-09-15 Jonas NickMerge #782: Check if variable=yes instead of if var...
2020-09-11 Tim RuffingMerge #558: Add schnorrsig module which implements...
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 Nickschnorrsig: Init empty experimental module
2020-09-06 Jonas NickSeparate helper functions for pubkey_create and seckey_...
2020-09-06 Jonas NickSeparate helper function for ec_pubkey_tweak_add
2020-09-02 Tim RuffingMerge #648: Prevent ints from wrapping around in scratc...
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-14 Pieter WuilleCompile-time check assumptions on integer types
2020-08-13 Tim RuffingMerge #787: Use preprocessor macros instead of autoconf...
2020-07-26 Tim RuffingMerge #741: Remove unnecessary sign variable from wnaf_...
2020-07-26 Tim RuffingMerge #773: Fix some compile problems on weird/old...
2020-07-26 Gregory MaxwellFix some compile problems on weird/old compilers.
2020-06-08 Tim RuffingMerge #755: Recovery signing: add to constant time...
2020-06-03 Elichai TurkelSplit ecdsa_sign logic into a new function and use...
2020-06-02 Tim RuffingMerge #754: Fix uninit values passed into cmov
2020-05-22 Elichai TurkelFixed UB(arithmetics on uninit values) in cmovs
2020-04-30 Tim RuffingMerge #701: Make ec_ arithmetic more consistent and...
2020-03-30 Jonas NickMake ec_privkey functions aliases for ec_seckey_negate...
2020-03-30 Jonas NickReturn 0 if the given seckey is invalid in privkey_nega...
2020-03-30 Jonas NickUse scalar_set_b32_seckey in ecdsa_sign, pubkey_create...
2020-03-20 Tim RuffingMerge #700: Allow overriding default flags
2020-02-24 Tim RuffingMerge #710: Eliminate harmless non-constant time operat...
2020-02-20 Gregory MaxwellAdds a declassify operation to aid constant-time analysis.
2020-02-20 Gregory MaxwellEliminate harmless non-constant time operations on...
2019-08-06 Pieter WuilleMerge #583: JNI: fix use sig array
2019-05-29 Gregory MaxwellMerge #629: Avoid calling _is_zero when _set_b32 fails.
2019-05-29 Gregory MaxwellMerge #628: Fix ability to compile tests without -DVERIFY.
2019-05-29 Gregory MaxwellMerge #627: Guard memcmp in tests against mixed size...
2019-05-29 Gregory MaxwellMerge #578: Avoid implementation-defined and undefined...
2019-05-27 Gregory MaxwellMerge #595: Allow to use external default callbacks
2019-05-26 Tim RuffingAdd secp256k1_ prefix to default callback functions
2019-05-26 Tim RuffingInclude stdio.h and stdlib.h explicitly in secp256k1.c
2019-05-26 Tim RuffingAllow usage of external default callbacks
2019-05-26 Tim RuffingReplace CHECKs for no_precomp ctx by ARG_CHECKs without...
2019-05-26 Gregory MaxwellAvoid calling secp256k1_*_is_zero when secp256k1_*_set_...
2019-05-26 Gregory MaxwellMerge #600: scratch space: use single allocation
2019-05-25 Andrew Poelstrascratch space: thread `error_callback` into all scratch...
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 RuffingMove _preallocated functions to separate header
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-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 Seonpyo KimClear a copied secret key after negation
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 MaxwellMerge #562: Make use of TAG_PUBKEY constants in secp256...
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-01-27 Tim RuffingMake randomization of a non-signing context a noop
2018-11-06 Pieter WuilleMerge #553: add static context object which has no...
next
This page took 0.480935 seconds and 107 git commands to generate.