364 Commits (cdb0ce047d5c1f05836526cbdb52998c13c627e5)

Author SHA1 Message Date
  Michael Hamburg a3f7056262 Remove impossible todo; sigs still don't work 10 years ago
  Michael Hamburg 4eb8567730 decaf signatures, but they dont work yet 10 years ago
  Michael Hamburg 608eb2e065 Begin work on decaf_crypto. Have an ECDH analog now. Add decaf_bzero. Remove a bunch of testing from bench.c. 10 years ago
  Mike Hamburg b274e35d9a Add "precomputed" API to decaf. It doesnt actually precompute in the mini decaf impl, but it passes tests. 10 years ago
  Michael Hamburg d280028cee define _BSD_SOURCE for endian 10 years ago
  Michael Hamburg f4c76b7487 SHAKE and SHA3 instances (experimental) based on code from David Leon Gil. Tested by hand but needs automatic KAT. I might also want to include Keyak or some similar duplex construction eventually. 10 years ago
  Mike Hamburg 994812cf14 differentiate curve 10 years ago
  Mike Hamburg c50e8e8bf1 decaf is now 32-bit clean 10 years ago
  Michael Hamburg 26cff2228d fix decaf decode identity 10 years ago
  Michael Hamburg dfdb35510d check me: remove special case on decode 10 years ago
  Michael Hamburg de6d61e554 fuse crandom seed+buffer because they are accessed as a single object. probably needs a bit more testing though 10 years ago
  Michael Hamburg 294efc87f3 fuse crandom seed+buffer because they are accessed as a single object. probably needs a bit more testing though 10 years ago
  Michael Hamburg 201a8a277a moving toward field/arch independence 10 years ago
  Michael Hamburg c08c4f4879 scalar_copy 10 years ago
  Mike Hamburg 5622eb9741 dont unroll when optimizing for size unless -DDECAF_FORCE_UNROLL 10 years ago
  Mike Hamburg bcf7c88da8 fix another couple undeclared / misnamed function bugs 10 years ago
  Michael Hamburg 06be9ef253 decaf double and double-scalarmul, but needs to be tested 10 years ago
  Michael Hamburg d4f4d0ed60 ready for prime time? 10 years ago
  Michael Hamburg 83c59a645a decaf scalars work 10 years ago
  Michael Hamburg 8967a9dff2 some scalar code which is probably wrong 10 years ago
  Michael Hamburg 0dc21dd9d7 negation properties for elligator 10 years ago
  Michael Hamburg d2ab89bdc5 better docs on Elligator 10 years ago
  Michael Hamburg 27129a17e6 remove extra comments on decaf elligator 10 years ago
  Michael Hamburg dc1e4edc24 decaf elligator 10 years ago
  Michael Hamburg 04ecdb3d3e documentation for decaf 10 years ago
  Mike Hamburg b3f7d97977 decaf scalarmul signed w=2 working. Surprisingly only twice as slow as Goldilocks 10 years ago
  Michael Hamburg ffb44b4c94 decaf tuning and simplification 10 years ago
  Michael Hamburg 07906ec1a4 testing for decaf 10 years ago
  Michael Hamburg 3988b1ad7f decaf first cut 10 years ago
  Mike Hamburg e251453d15 simple extended form is in. Probably simplify it more... 10 years ago
  Mike Hamburg 812163ff60 decaf uses high bit instead of low bit 10 years ago
  Mike Hamburg 34a2931789 decaf no longer needs sqrt(-d) etc; may simplify port to other curves 10 years ago
  Michael Hamburg 4333b7c1f1 pass pathological decaf test cases! 10 years ago
  Michael Hamburg f4424c3d17 fix sha512 goof on p521 10 years ago
  Michael Hamburg 12a5d0890c decaf seems to work for monty; needs more testing, negative testing. Now should match sage script exactly. 10 years ago
  Michael Hamburg 4f27b22a1d decaf ladder is "correct", but not yet serializing to decaf 10 years ago
  Mike Hamburg 57e721ec6b fix(?) perf regr in verify pre 10 years ago
  Mike Hamburg 9f64f51efd fix(?) perf regr in verify pre 10 years ago
  Mike Hamburg d2e5e0fe8c const** related fixes for gcc 10 years ago
  Mike Hamburg a59228c69c const** related fixes for gcc 10 years ago
  Mike Hamburg 1b4072de53 fix(?) perf regression in monty_aux_step 10 years ago
  Mike Hamburg d274c648d2 fix performance regression for montgomery ladder 10 years ago
  Mike Hamburg 5965624458 fix performance regression for montgomery ladder 10 years ago
  Mike Hamburg 5a0abe8cb5 fixed undeclared function warning 10 years ago
  Michael Hamburg 93e866bb8c gmp-style foo_t[1] for points too 10 years ago
  Michael Hamburg 1f1836de12 gmp-style foo_t[1] for points too 10 years ago
  Michael Hamburg 0a4593edda respace 10 years ago
  Michael Hamburg 4e926b0f9f respace 10 years ago
  Michael Hamburg 64ccdaf977 field_t * -> field_a_t 10 years ago
  Michael Hamburg e45137da16 fix subx -> sub mistake 10 years ago