]> Git Repo - secp256k1.git/history - include/secp256k1.h
Adds a declassify operation to aid constant-time analysis.
[secp256k1.git] / include / secp256k1.h
2020-02-20 Gregory MaxwellAdds a declassify operation to aid constant-time analysis.
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-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 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-04 Andrew Poelstraadd static context object which has no capabilities
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
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 Andrew Poelstraadd resizeable scratch space API
2017-09-27 Pieter WuilleMerge #474: Fix header guards using reserved identifiers
2017-08-26 Dan RavivFix header guards using reserved identifiers
2017-08-10 Pieter WuilleMerge #459: Add pubkey prefix constants to include...
2017-07-31 Pieter WuilleMerge #458: Fix typo in API documentation
2017-07-31 Pieter WuilleMerge #440: Fix typos
2017-06-27 Andrew Poelstraadd pubkey prefix constants to include/secp256k1.h
2017-06-05 Tim RuffingFix typo in API documentation
2017-03-22 Pieter WuilleMerge #408: Add `secp256k1_ec_pubkey_negate` and `secp2...
2017-03-22 Pieter WuilleMerge #441: secp256k1_context_randomize: document.
2017-02-21 Rusty RussellFIXUP: Missing "is"
2017-02-14 Rusty Russellsecp256k1_context_randomize: document.
2016-12-20 Andrew PoelstraAdd `secp256k1_ec_pubkey_negate` and `secp256k1_ec_priv...
2016-10-26 Pieter WuilleMerge #407: Modify parameter order of internal function...
2016-10-26 Pieter WuilleMerge #411: Remove guarantees about memcmp-ability
2016-08-26 Andrew PoelstraRemove guarantees about memcmp-ability
2015-11-05 Pieter WuilleMerge pull request #351
2015-11-05 Pieter WuilleTurn secp256k1_ec_pubkey_serialize outlen to in/out
2015-11-01 Pieter WuilleMerge pull request #347
2015-10-31 Gregory MaxwellChange secp256k1_ec_pubkey_combine's count argument...
2015-10-31 Gregory MaxwellClear output in more cases for pubkey_combine, adds...
2015-10-31 Gregory MaxwellComment copyediting.
2015-10-25 Pieter WuilleMerge pull request #339
2015-10-24 Pieter WuilleOverhaul flags handling
2015-10-24 Rusty RussellMake flags more explicit, add runtime checks.
2015-10-24 Pieter WuilleMerge pull request #340
2015-10-22 Gregory MaxwellMove secp256k1_ec_privkey_import/export to contrib.
2015-10-22 Pieter WuilleMerge pull request #334
2015-10-21 Pieter WuilleIntroduce explicit lower-S normalization
2015-10-21 Pieter WuilleRewrite ECDSA signature parsing code
2015-10-11 Pieter WuilleMerge pull request #329
2015-09-29 Pieter WuilleMerge pull request #325
2015-09-29 Gregory MaxwellAdd API exports to secp256k1_nonce_function_default...
2015-09-25 Pieter WuilleMerge pull request #314
2015-09-25 Gregory MaxwellUse explicit symbol visibility.
2015-09-22 Pieter WuilleMerge pull request #294
2015-09-21 Pieter WuilleGet rid of _t as it is POSIX reserved
2015-09-20 Pieter WuilleMerge pull request #299
2015-09-19 Luke DashjrUse a flags bitfield for compressed option to secp256k1...
2015-09-19 Luke DashjrCallback data: Accept pointers to either const or non...
2015-09-19 Luke DashjrUse size_t for lengths (at least in external API)
2015-09-19 Luke Dashjrsecp256k1_context_set_{error,illegal}_callback: Restore...
2015-09-19 Luke Dashjrsecp256k1_context_destroy: Allow NULL argument as a...
2015-09-19 Luke Dashjrsecp256k1_context_create: Use unsigned type for flags...
2015-09-19 Pieter WuilleMerge pull request #295
2015-09-04 Pieter WuilleMerge pull request #112
next
This page took 0.459515 seconds and 107 git commands to generate.