]> Git Repo - secp256k1.git/history - include
Use bit ops instead of int mult for constant-time logic in gej_add_ge
[secp256k1.git] / include /
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 RuffingMerge #860: fixed trivial typo
2020-12-22 Ferdinando M. Ametranofixed typo
2020-12-19 Elichai TurkelAdd a function to extract the secretkey from a keypair
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-09-19 Jonas NickMerge #813: Enable configuring Valgrind support
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-06 Jonas Nickschnorrsig: Add BIP-340 compatible signing and verification
2020-09-06 Jonas Nickschnorrsig: Add BIP-340 nonce function
2020-09-06 Jonas Nickschnorrsig: Init empty experimental module
2020-09-06 Jonas Nickextrakeys: Add keypair_xonly_tweak_add
2020-09-06 Jonas Nickextrakeys: Add keypair struct with create, pub and...
2020-09-06 Jonas Nickextrakeys: Add xonly_pubkey_tweak_add & xonly_pubkey_tw...
2020-09-06 Jonas Nickextrakeys: Add xonly_pubkey with serialize, parse and...
2020-09-02 Tim RuffingMerge #648: Prevent ints from wrapping around in scratc...
2020-08-26 Jonas Nickextrakeys: Init empty experimental module
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-04-30 Tim RuffingMerge #701: Make ec_ arithmetic more consistent and...
2020-03-30 Jonas NickClarify documentation of tweak functions.
2020-03-30 Jonas NickMake tweak function documentation more consistent.
2020-03-30 Jonas NickMake ec_privkey functions aliases for ec_seckey_negate...
2020-03-30 Jonas NickRename private key to secret key in public API (with...
2020-03-30 Jonas NickMention that value is unspecified for In/Out parameters...
2020-03-30 Jonas NickDefine valid ECDSA keys in the documentation of seckey_...
2020-03-30 Jonas NickReturn 0 if the given seckey is invalid in privkey_nega...
2020-03-20 Tim RuffingMerge #700: Allow overriding default flags
2020-02-24 Tim RuffingMerge #710: Eliminate harmless non-constant time operat...
2020-02-23 Tim RuffingMerge #718: Clarify that a secp256k1_ecdh_hash_function...
2020-02-20 Gregory MaxwellAdds a declassify operation to aid constant-time analysis.
2020-02-14 Tim RuffingClarify that a secp256k1_ecdh_hash_function must return...
2020-02-10 Tim RuffingMerge #714: doc: document the length requirements of...
2020-02-10 Rusty Russelldoc: document the length requirements of output parameter.
2019-10-28 Tim RuffingMerge #647: Increase robustness against UB in secp256k1...
2019-10-11 Jonas NickMerge #664: Remove mention of ec_privkey_export because...
2019-09-15 Jonas NickRemove mention of ec_privkey_export because it doesn...
2019-08-18 Jonas NickMerge #650: secp256k1/src/tests.c: Properly handle...
2019-08-17 Tim RuffingMerge #654: Fix typo (∞)
2019-08-10 Andrew PoelstraMerge pull request #656 from real-or-random/patch-1
2019-08-09 Tim RuffingFix typo in docs for _context_set_illegal_callback
2019-08-06 Pieter WuilleMerge #583: JNI: fix use sig array
2019-08-06 Pieter WuilleMerge #644: Avoid optimizing out a verify_check
2019-08-06 Pieter WuilleMerge #652: README.md: update instruction to run tests
2019-08-06 Pieter WuilleMerge #651: Fix typo in secp256k1_preallocated.h
2019-07-18 Jan XieFix typo in secp256k1_preallocated.h
2019-06-01 Gregory MaxwellMerge #631: typo in comment for secp256k1_ec_pubkey_twe...
2019-06-01 philsmdtypo in comment for secp256k1_ec_pubkey_tweak_mul ()
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 RuffingAllow usage of external default callbacks
2019-05-26 Gregory MaxwellMerge #600: scratch space: use single allocation
2019-05-25 Andrew Poelstrascratch: rename `max_size` to `size`, document that...
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 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 RuffingSwitch to a single malloc call
2019-05-22 Gregory MaxwellMerge #533: Make sure we're not using an uninitialized...
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...
2018-10-17 Pieter WuilleMerge #354: [ECDH API change] Support custom hash function
2018-10-04 Andrew Poelstraadd static context object which has no capabilities
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-05 Pieter WuilleMerge #523: scratch: add stack frame support
2018-04-05 Andrew Poelstrascratch: add stack frame support
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-02-28 Thomas Kerinsecp256k1_ec_privkey_negate - fix documentation
2018-02-06 Gregory MaxwellMerge #460: [build] Update ax_jni_include_dir.m4 macro
2018-02-06 Gregory MaxwellMerge #472: [build] Set --enable-jni to no by default...
2017-12-21 Pieter WuilleMerge #487: fix tests typo, s/changed/unchanged
2017-12-21 Pieter WuilleMerge #463: Reduce usage of hardcoded size constants
next
This page took 0.070585 seconds and 7 git commands to generate.