26 Commits (d675971feed65c0ea818e763868565d2a4d07fb5)

Author SHA1 Message Date
  Mike Hamburg 5f919a45f2 start on c++ wrapper 9 years ago
  Mike Hamburg b2dc216b40 finish porting precomputed verify to decaf_fast. Remove tables as dependency of decaf slow 9 years ago
  Michael Hamburg 59ed8f566c change gf to a struct so that its alignment works on earlier clang 9 years ago
  Mike Hamburg 3051dc4d03 precompute/precomputed sm works. needs demagication. slight perf regression in this build for some reason? 9 years ago
  Michael Hamburg ae24f96e09 copying existing decaf impl to "fast" version. not that fast yet, but uses native field mul code. Also rework precomputed tables to be agnostic of underlying impl 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
  Michael Hamburg ade8246a3d bench shake; API_VIS on shake 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 c50e8e8bf1 decaf is now 32-bit clean 10 years ago
  Michael Hamburg acf4443c48 DECAF_SER_BYTES -> DECAF_SCALAR_BYTES in scalar codec 10 years ago
  Michael Hamburg 3988b1ad7f decaf first cut 10 years ago
  Mike Hamburg 34a2931789 decaf no longer needs sqrt(-d) etc; may simplify port to other curves 10 years ago
  Mike Hamburg 1f480b0f95 Big changes for curve flexibility. For details see HISTORY.txt. 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 4433591cfc Forget yesterday's hack; just add an arch_config.h to each arch which says 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
  Mike Hamburg 04b955eabe Added really_memset, thanks David Leon Gil. 10 years ago
  Michael Hamburg 4eb210cd85 Mostly a cleanup release. Cleanup old code, improve documentation, 10 years ago
  Michael Hamburg 8ebdfaee0b gcc-clean, though the code is slow when compiled by gcc 10 years ago
  Michael Hamburg d4085b9606 Internal changes which break compatibility with previous versions 10 years ago
  Michael Hamburg 1eab9a3a08 New release. 10 years ago
  Michael Hamburg 2265248265 Change MUST_HAVE_AVX to MUST_HAVE_AVX2 since the other flags assume AVX2. 11 years ago
  Michael Hamburg 2712648b97 Second commit. Still very preliminary. 11 years ago
  Michael Hamburg 25697caf5c Import the code 11 years ago