161 Commits (9bbeb61b1f672128554aade9ca1d5b131018aae5)
 

Author SHA1 Message Date
  Michael Hamburg 12a5d0890c decaf seems to work for monty; needs more testing, negative testing. Now should match sage script exactly. 9 years ago
  Michael Hamburg 4f27b22a1d decaf ladder is "correct", but not yet serializing to decaf 9 years ago
  Mike Hamburg 9f64f51efd fix(?) perf regr in verify pre 9 years ago
  Mike Hamburg 26c04d14ca another test issue found by scan-build 9 years ago
  Mike Hamburg 89165c7021 fix test issue found by scan-build 9 years ago
  Mike Hamburg a59228c69c const** related fixes for gcc 9 years ago
  Mike Hamburg 1b4072de53 fix(?) perf regression in monty_aux_step 9 years ago
  Mike Hamburg d274c648d2 fix performance regression for montgomery ladder 9 years ago
  Mike Hamburg 5a0abe8cb5 fixed undeclared function warning 9 years ago
  Michael Hamburg 93e866bb8c gmp-style foo_t[1] for points too 9 years ago
  Michael Hamburg 4e926b0f9f respace 9 years ago
  Michael Hamburg 64ccdaf977 field_t * -> field_a_t 9 years ago
  Michael Hamburg e45137da16 fix subx -> sub mistake 9 years ago
  Michael Hamburg d383dfe91e going to GMP-style element[1] types 9 years ago
  Michael Hamburg b0a2110717 remove probably-unnecessary optimizations (still needs benching to make sure) 9 years ago
  Michael Hamburg 825dd2128b sync with master 9 years ago
  Michael Hamburg 8abc24f4c6 montgomery aux step is defined; probably doesnt work 9 years ago
  Michael Hamburg a412e7b51f simplify ec_point slightly by using subx,negx 9 years ago
  Michael Hamburg ebb6b4db6d both edwards and twisted edwards are in, and agree with one another. point comparison is in. 9 years ago
  Michael Hamburg 8e3ed52dd3 sqrt(-d) 9 years ago
  Michael Hamburg a9e16440a2 decaf in and working for untwisted curve 9 years ago
  Michael Hamburg de113cbdb0 working on experimental, cofactor-removing compression code 9 years ago
  Mike Hamburg 84abf97bb7 remember to save HISTORY.txt; also fix some regressions related to -Werror dead code 10 years ago
  Mike Hamburg 1d07343067 p521 testing, 803kcy ecdh 10 years ago
  Mike Hamburg 6546660199 E-521-related changes. Not quite ready yet... 10 years ago
  Mike Hamburg 0dc1b0de84 magic for p521. except not entirely, because there will probably be an impl with permuted limbs 10 years ago
  Mike Hamburg 1eaab1fa57 fix up conflict due to sync mistake 10 years ago
  Mike Hamburg 1f480b0f95 Big changes for curve flexibility. For details see HISTORY.txt. 10 years ago
  Michael Hamburg b69f11509f make sure _XOPEN_SOURCE gets defined before posix_memalign is used 10 years ago
  Mike Hamburg edc6afe496 no perf regression on haswell. Also, factored out field_cond_neg; restored p448_ prefixes in case of multiple fields in the same lib 10 years ago
  Michael Hamburg c6d69dec2e WARNING: This commit is largely untested. 10 years ago
  Michael Hamburg b4ce20d667 merge in notes on elligator; move some point ops to ec_point 10 years ago
  Mike Hamburg 165510d57c Working on demagication, so as to support other curves for the CFRG benchmarks in a month or so. 10 years ago
  Mike Hamburg cc3c637732 Changes to the eBAT build system, to bring the code and package 10 years ago
  Michael Hamburg 3c30fb4e18 oops i forgot to save changes to HISTORY.txt 10 years ago
  Michael Hamburg 4433591cfc Forget yesterday's hack; just add an arch_config.h to each arch which says 10 years ago
  Mike Hamburg 47b06f3ee3 Spell __clang_minor__ correctly. Also, this and the prev patch should fix SUPERCOP problems 10 years ago
  Mike Hamburg e692da09d3 Don't look at __SIZEOF_INT128__ on clang-3.2 or earlier, because they don't define it. 10 years ago
  Mike Hamburg 4f841cde53 convert arch_neon_experimental to using vaguely cryptopp-style macroed asm. now it compiles on gcc in addition to\ clang, though it is still faster on clang 10 years ago
  Mike Hamburg 00b3b3bb94 unify all the ec_point.c files 10 years ago
  Mike Hamburg a9c72b5a8d Begin ref impl, currently an arch option (arch_ref64). 10 years ago
  Mike Hamburg 4ca664e6f2 adjust HISTORY 10 years ago
  Mike Hamburg 46c2fb4a4a A few adjustments on contributed patches. 10 years ago
  Nicholas Wilson a941e639bc some minor changes to get the arch_32 stuff compiling, and a few tweaks for my use 10 years ago
  David Leon Gil c699cb29db Minor 10 years ago
  Mike Hamburg c28723f699 possibly the eBAT actually works now? 10 years ago
  Mike Hamburg 76b75624bc Thanks again Samuel Neves: the "gcc bug" is actually undefined behavior caused by strict aliasing. For now just passing -fno-strict-aliasing, maybe unions to fix it later 10 years ago
  Michael Hamburg 94c51dd2c4 Better patch for the bug Samuel Neves described 10 years ago
  Mike Hamburg 06502b4016 Minor alignment fix in arch_neon_experimental 10 years ago
  Mike Hamburg 04b955eabe Added really_memset, thanks David Leon Gil. 10 years ago