projects
/
secp256k1.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Improve CC_FOR_BUILD detection
[secp256k1.git]
/
include
/
2021-01-08
Tim Ruffing
Merge #860: fixed trivial typo
tree
|
commitdiff
2020-12-22
Ferdinando M. Ametrano
fixed typo
tree
|
commitdiff
2020-12-07
Jonas Nick
Merge #852: Add sage script for generating scalar_split...
tree
|
commitdiff
2020-12-07
Tim Ruffing
Merge #854: Rename msg32 to msghash32 in ecdsa_sign...
tree
|
commitdiff
2020-12-04
Jonas Nick
Rename tweak to tweak32 in public API
tree
|
commitdiff
2020-12-04
Jonas Nick
Rename msg32 to msghash32 in ecdsa_sign/verify and...
tree
|
commitdiff
2020-09-19
Jonas Nick
Merge #813: Enable configuring Valgrind support
tree
|
commitdiff
2020-09-15
Jonas Nick
Merge #782: Check if variable=yes instead of if var...
tree
|
commitdiff
2020-09-11
Tim Ruffing
Merge #558: Add schnorrsig module which implements...
tree
|
commitdiff
2020-09-09
Tim Ruffing
Merge #699: Initialize field elements when resulting...
tree
|
commitdiff
2020-09-06
Jonas Nick
schnorrsig: Add BIP-340 compatible signing and verification
tree
|
commitdiff
2020-09-06
Jonas Nick
schnorrsig: Add BIP-340 nonce function
tree
|
commitdiff
2020-09-06
Jonas Nick
schnorrsig: Init empty experimental module
tree
|
commitdiff
2020-09-06
Jonas Nick
extrakeys: Add keypair_xonly_tweak_add
tree
|
commitdiff
2020-09-06
Jonas Nick
extrakeys: Add keypair struct with create, pub and...
tree
|
commitdiff
2020-09-06
Jonas Nick
extrakeys: Add xonly_pubkey_tweak_add & xonly_pubkey_tw...
tree
|
commitdiff
2020-09-06
Jonas Nick
extrakeys: Add xonly_pubkey with serialize, parse and...
tree
|
commitdiff
2020-09-02
Tim Ruffing
Merge #648: Prevent ints from wrapping around in scratc...
tree
|
commitdiff
2020-08-26
Jonas Nick
extrakeys: Init empty experimental module
tree
|
commitdiff
2020-08-13
Tim Ruffing
Merge #787: Use preprocessor macros instead of autoconf...
tree
|
commitdiff
2020-07-26
Tim Ruffing
Merge #741: Remove unnecessary sign variable from wnaf_...
tree
|
commitdiff
2020-07-26
Tim Ruffing
Merge #773: Fix some compile problems on weird/old...
tree
|
commitdiff
2020-07-26
Gregory Maxwell
Fix some compile problems on weird/old compilers.
tree
|
commitdiff
2020-04-30
Tim Ruffing
Merge #701: Make ec_ arithmetic more consistent and...
tree
|
commitdiff
2020-03-30
Jonas Nick
Clarify documentation of tweak functions.
tree
|
commitdiff
2020-03-30
Jonas Nick
Make tweak function documentation more consistent.
tree
|
commitdiff
2020-03-30
Jonas Nick
Make ec_privkey functions aliases for ec_seckey_negate...
tree
|
commitdiff
2020-03-30
Jonas Nick
Rename private key to secret key in public API (with...
tree
|
commitdiff
2020-03-30
Jonas Nick
Mention that value is unspecified for In/Out parameters...
tree
|
commitdiff
2020-03-30
Jonas Nick
Define valid ECDSA keys in the documentation of seckey_...
tree
|
commitdiff
2020-03-30
Jonas Nick
Return 0 if the given seckey is invalid in privkey_nega...
tree
|
commitdiff
2020-03-20
Tim Ruffing
Merge #700: Allow overriding default flags
tree
|
commitdiff
2020-02-24
Tim Ruffing
Merge #710: Eliminate harmless non-constant time operat...
tree
|
commitdiff
2020-02-23
Tim Ruffing
Merge #718: Clarify that a secp256k1_ecdh_hash_function...
tree
|
commitdiff
2020-02-20
Gregory Maxwell
Adds a declassify operation to aid constant-time analysis.
tree
|
commitdiff
2020-02-14
Tim Ruffing
Clarify that a secp256k1_ecdh_hash_function must return...
tree
|
commitdiff
2020-02-10
Tim Ruffing
Merge #714: doc: document the length requirements of...
tree
|
commitdiff
2020-02-10
Rusty Russell
doc: document the length requirements of output parameter.
tree
|
commitdiff
2019-10-28
Tim Ruffing
Merge #647: Increase robustness against UB in secp256k1...
tree
|
commitdiff
2019-10-11
Jonas Nick
Merge #664: Remove mention of ec_privkey_export because...
tree
|
commitdiff
2019-09-15
Jonas Nick
Remove mention of ec_privkey_export because it doesn...
tree
|
commitdiff
2019-08-18
Jonas Nick
Merge #650: secp256k1/src/tests.c: Properly handle...
tree
|
commitdiff
2019-08-17
Tim Ruffing
Merge #654: Fix typo (∞)
tree
|
commitdiff
2019-08-10
Andrew Poelstra
Merge pull request #656 from real-or-random/patch-1
tree
|
commitdiff
2019-08-09
Tim Ruffing
Fix typo in docs for _context_set_illegal_callback
tree
|
commitdiff
2019-08-06
Pieter Wuille
Merge #583: JNI: fix use sig array
tree
|
commitdiff
2019-08-06
Pieter Wuille
Merge #644: Avoid optimizing out a verify_check
tree
|
commitdiff
2019-08-06
Pieter Wuille
Merge #652: README.md: update instruction to run tests
tree
|
commitdiff
2019-08-06
Pieter Wuille
Merge #651: Fix typo in secp256k1_preallocated.h
tree
|
commitdiff
2019-07-18
Jan Xie
Fix typo in secp256k1_preallocated.h
tree
|
commitdiff
2019-06-01
Gregory Maxwell
Merge #631: typo in comment for secp256k1_ec_pubkey_twe...
tree
|
commitdiff
2019-06-01
philsmd
typo in comment for secp256k1_ec_pubkey_tweak_mul ()
tree
|
commitdiff
2019-05-29
Gregory Maxwell
Merge #629: Avoid calling _is_zero when _set_b32 fails.
tree
|
commitdiff
2019-05-29
Gregory Maxwell
Merge #628: Fix ability to compile tests without -DVERIFY.
tree
|
commitdiff
2019-05-29
Gregory Maxwell
Merge #627: Guard memcmp in tests against mixed size...
tree
|
commitdiff
2019-05-29
Gregory Maxwell
Merge #578: Avoid implementation-defined and undefined...
tree
|
commitdiff
2019-05-27
Gregory Maxwell
Merge #595: Allow to use external default callbacks
tree
|
commitdiff
2019-05-26
Tim Ruffing
Allow usage of external default callbacks
tree
|
commitdiff
2019-05-26
Gregory Maxwell
Merge #600: scratch space: use single allocation
tree
|
commitdiff
2019-05-25
Andrew Poelstra
scratch: rename `max_size` to `size`, document that...
tree
|
commitdiff
2019-05-25
Andrew Poelstra
scratch space: thread `error_callback` into all scratch...
tree
|
commitdiff
2019-05-25
Gregory Maxwell
Merge #592: Use trivial algorithm in ecmult_multi if...
tree
|
commitdiff
2019-05-25
Gregory Maxwell
Merge #566: Enable context creation in preallocated...
tree
|
commitdiff
2019-05-25
Tim Ruffing
Explain caller's obligations for preallocated memory
tree
|
commitdiff
2019-05-25
Tim Ruffing
Move _preallocated functions to separate header
tree
|
commitdiff
2019-05-25
Tim Ruffing
Export _preallocated functions
tree
|
commitdiff
2019-05-25
Tim Ruffing
Switch to a single malloc call
tree
|
commitdiff
2019-05-22
Gregory Maxwell
Merge #533: Make sure we're not using an uninitialized...
tree
|
commitdiff
2019-02-22
Gregory Maxwell
Merge #584: configure: Use CFLAGS_FOR_BUILD when checki...
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #516: improvements to random seed in src/tests.c
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #562: Make use of TAG_PUBKEY constants in secp256...
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #509: Fix algorithm selection in bench_ecmult
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #518: Summarize build options after running configure
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #567: Correct order of libs returned on pkg-confi...
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #587: Make randomization of a non-signing context...
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #511: Portability fix for the configure scripts...
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #552: Make constants static:
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #551: secp256k1_fe_sqrt: Verify that the argument...
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #539: Assorted minor corrections
tree
|
commitdiff
2019-02-21
Gregory Maxwell
Merge #550: Optimize secp256k1_fe_normalize_weak calls.
tree
|
commitdiff
2019-01-27
Tim Ruffing
Make randomization of a non-signing context a noop
tree
|
commitdiff
2018-11-06
Pieter Wuille
Merge #553: add static context object which has no...
tree
|
commitdiff
2018-10-17
Pieter Wuille
Merge #354: [ECDH API change] Support custom hash function
tree
|
commitdiff
2018-10-04
Andrew Poelstra
add static context object which has no capabilities
tree
|
commitdiff
2018-05-16
Kirill Fomichev
[ECDH API change] Allow pass arbitrary data to hash...
tree
|
commitdiff
2018-05-16
Kirill Fomichev
[ECDH API change] Support custom hash function
tree
|
commitdiff
2018-04-05
Pieter Wuille
Merge #523: scratch: add stack frame support
tree
|
commitdiff
2018-04-05
Andrew Poelstra
scratch: add stack frame support
tree
|
commitdiff
2018-04-05
Pieter Wuille
Merge #513: Increase sparsity of pippenger fixed window...
tree
|
commitdiff
2018-03-27
Pieter Wuille
Merge #510: add a couple missing `const`s to ecmult_pip...
tree
|
commitdiff
2018-03-27
Pieter Wuille
Merge #515: Fix typo
tree
|
commitdiff
2018-03-27
Pieter Wuille
Merge #512: secp256k1_ec_privkey_negate - fix documentation
tree
|
commitdiff
2018-02-28
Thomas Kerin
secp256k1_ec_privkey_negate - fix documentation
tree
|
commitdiff
2018-02-06
Gregory Maxwell
Merge #460: [build] Update ax_jni_include_dir.m4 macro
tree
|
commitdiff
2018-02-06
Gregory Maxwell
Merge #472: [build] Set --enable-jni to no by default...
tree
|
commitdiff
2017-12-21
Pieter Wuille
Merge #487: fix tests typo, s/changed/unchanged
tree
|
commitdiff
2017-12-21
Pieter Wuille
Merge #463: Reduce usage of hardcoded size constants
tree
|
commitdiff
2017-12-18
Pieter Wuille
Merge #480: Enable benchmark building by default
tree
|
commitdiff
2017-12-08
Pieter Wuille
Merge #486: Add pippenger_wnaf for multi-multiplication
tree
|
commitdiff
2017-12-07
Andrew Poelstra
add resizeable scratch space API
tree
|
commitdiff
next
This page took
0.07082 seconds
and
7
git commands to generate.