]> Git Repo - secp256k1.git/history - src
Use bit ops instead of int mult for constant-time logic in gej_add_ge
[secp256k1.git] / src /
2021-01-30 Tim RuffingUse bit ops instead of int mult for constant-time logic...
2021-01-30 Jonas NickMerge #864: Add support for Cirrus CI
2021-01-26 Tim RuffingMerge #880: Add parens around ROUND_TO_ALIGN's parameter.
2021-01-25 Russell O'ConnorAdd parens around ROUND_TO_ALIGN's parameter.
2021-01-25 Jonas NickMerge #877: Add missing secp256k1_ge_set_gej_var decl.
2021-01-25 Jonas NickMerge #874: Remove underscores from header defs.
2021-01-25 Jonas NickMerge #878: Remove unused secp256k1_fe_inv_all_var
2021-01-25 Jonas NickMerge #875: Avoid casting (void**) values.
2021-01-24 Pieter WuilleRemove unused secp256k1_fe_inv_all_var
2021-01-24 Russell O'ConnorAdd missing secp256k1_ge_set_gej_var decl.
2021-01-23 Russell O'ConnorAvoid casting (void**) values.
2021-01-23 Russell O'ConnorRemove underscores from header defs.
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 RuffingImprove CC_FOR_BUILD detection
2020-12-19 Elichai TurkelAdd secret key extraction from keypair to constant...
2020-12-19 Elichai TurkelAdd seckey extraction from keypair to the extrakeys...
2020-12-19 Elichai TurkelAdd a function to extract the secretkey from a keypair
2020-12-18 Jonas NickMerge #858: Fix insecure links
2020-12-17 Dimitris ApostolouFix insecure links
2020-12-09 Tim RuffingMerge #857: docs: fix simple typo, dependecy -> dependency
2020-12-08 Tim Gatesdocs: fix simple typo, dependecy -> dependency
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-12-01 Jonas NickMerge #851: make test count iteration configurable...
2020-11-30 Andrew Poelstraforbid a test iteration of 0 or less
2020-11-23 Andrew Poelstramake test count iteration configurable by environment...
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 RuffingTypedef (u)int128_t only when they're not provided...
2020-10-27 Tim RuffingMerge #838: Make autotools check for all the used opens...
2020-10-27 Tim RuffingReturn NULL early in context_preallocated_create if...
2020-10-27 Jonas NickMerge #841: Avoids a potentially shortening size_t...
2020-10-27 FabienPrevent arithmetic on NULL pointer if the scratch space...
2020-10-27 Tim RuffingAvoids a potentially shortening size_t to int cast...
2020-10-20 Tim RuffingDon't use reserved identifiers memczero and benchmark_v...
2020-10-14 Pieter WuilleMerge #830: Rip out non-endomorphism code + dependencies
2020-10-13 Pieter WuilleConsistency improvements to the comments
2020-10-13 Pieter WuilleReorder comments/function around scalar_split_lambda
2020-10-13 Pieter WuilleWNAF of lambda_split output has max size 129
2020-10-13 Pieter WuilleRip out non-endomorphism code
2020-10-13 Gregory MaxwellCheck correctness of lambda split without -DVERIFY
2020-10-13 Pieter WuilleMake lambda constant accessible
2020-10-13 Pieter WuilleAdd tests to exercise lambda split near bounds
2020-10-13 Russell O'ConnorAdd secp256k1_split_lambda_verify
2020-10-13 Russell O'ConnorDetailed comments for secp256k1_scalar_split_lambda
2020-10-11 Russell O'ConnorIncrease precision of g1 and g2
2020-10-11 Tim RuffingSwitch to our own memcmp function
2020-09-27 Tim RuffingMerge #827: Rename testrand functions to have test...
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 WuilleRename testrand functions to have test in name
2020-09-26 Pieter WuilleMerge #808: Exhaustive test improvements + exhaustive...
2020-09-19 Jonas NickMerge #813: Enable configuring Valgrind support
2020-09-19 Jonas NickMerge #819: Enable -Wundef warning
2020-09-18 Pieter WuilleAdd exhaustive test for extrakeys and schnorrsig
2020-09-18 Pieter WuilleMake pubkey parsing test whether points are in the...
2020-09-18 Pieter WuilleAbstract out challenge computation in schnorrsig
2020-09-18 Pieter WuilleDisable output buffering in tests_exhaustive.c
2020-09-18 Pieter WuilleSupport splitting exhaustive tests across cores
2020-09-18 Pieter WuilleGive exhaustive_tests count and seed cmdline inputs
2020-09-18 Pieter Wuillerefactor: move RNG seeding to testrand
2020-09-18 Pieter WuilleChange exhaustive test groups so they have a point...
2020-09-18 Pieter WuilleSelect exhaustive lambda in function of order
2020-09-18 Pieter WuilleMake the curve B constant a secp256k1_fe
2020-09-18 Pieter WuilleDelete gej_is_valid_var: unused outside tests
2020-09-18 Pieter WuilleMake secp256k1_scalar_b32 detect overflow in scalar_low
2020-09-18 Pieter WuilleMove exhaustive tests for recovery to module
2020-09-18 Pieter WuilleMake group order purely compile-time in exhaustive...
2020-09-18 Tim RuffingEnable -Wundef warning
2020-09-17 Tim RuffingAdd static assertion that uint32_t is unsigned int...
2020-09-15 Jonas NickMerge #782: Check if variable=yes instead of if var...
2020-09-13 Tim RuffingMerge #814: tests: Initialize random group elements...
2020-09-13 Tim Ruffingtests: Initialize random group elements fully
2020-09-11 Tim RuffingMerge #558: Add schnorrsig module which implements...
2020-09-10 Jonas NickMerge #797: Fix Jacobi benchmarks and other benchmark...
2020-09-10 Pieter WuilleAdd benchmark for secp256k1_ge_set_gej_var
2020-09-10 Pieter WuilleMake jacobi benchmarks vary inputs
2020-09-10 Pieter WuilleRandomize the Z coordinates in bench_internal
2020-09-10 Pieter WuilleRename bench_internal variables
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 Nickvalgrind_ctime_test: Add schnorrsig_sign
2020-09-06 Jonas Nickschnorrsig: Add taproot test case
2020-09-06 Jonas Nickschnorrsig: Add benchmark for sign and verify
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 NickAllow initializing tagged sha256
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 NickSeparate helper functions for pubkey_create and seckey_...
2020-09-06 Jonas Nickextrakeys: Add xonly_pubkey_tweak_add & xonly_pubkey_tw...
2020-09-06 Jonas NickSeparate helper function for ec_pubkey_tweak_add
2020-09-06 Jonas Nickextrakeys: Add xonly_pubkey with serialize, parse and...
2020-09-02 Tim RuffingMerge #806: Trivial: Add test logs to gitignore
2020-09-02 Tim RuffingMerge #648: Prevent ints from wrapping around in scratc...
next
This page took 0.067033 seconds and 7 git commands to generate.