3 Commits (e69e00269fe179c8dbc07a38f714a03da40682b5)

Author SHA1 Message Date
  Michael Hamburg e69e00269f rename publicly-visible macros to DECAF_ namespace 8 years ago
  Michael Hamburg beba37006a deprecated macros, thanks Olivier Chéron and Tomi Ollila 8 years ago
  Michael Hamburg 28086a96d1 remove python dependency by checking in generated code 9 years ago
  Michael Hamburg 1f54f5c8ed change __attribute__((nonnull(list of pointers))) to __attribute__((nonnull)) 9 years ago
  Michael Hamburg 86e44e69c6 fixed the mixed-arch bug, but it comes from a long-standing todo 9 years ago
  Michael Hamburg c7a3efd496 fix typo in 32-bit code 9 years ago
  Mike Hamburg 8d6c51ee28 Separate API word size from arch word size. This enables compiling 9 years ago
  Michael Hamburg 81403de10c knock out a couple TODOs 9 years ago
  Michael Hamburg 1a14abb4dd Separate .h files for SHA/SHAKE, STROBE and sponge RNG. TODO: .hxx. Also add a lot of docs 9 years ago
  Michael Hamburg facad6c2ac unify decaf_crypto c versions, still need to unify with c++ 9 years ago
  Michael Hamburg 565522ffdf trying to update to the latest version of strobe. lots of stuff in flux though 9 years ago
  Michael Hamburg a1f5348e18 beginning to separate errors from bools. not there yet though 9 years ago
  Michael Hamburg bdf4375b52 normalize some of the word and limb size declarations, still not entirely happy on that front 9 years ago
  Mike Hamburg 6bc7a3db3b rework build hierarchy to prepare for generated headers 9 years ago
  Michael Hamburg d501753648 factor common routines and data decls out into decaf_common.h. Now leaking NONNULL etc 10 years ago
  Michael Hamburg db0a12de2a working on breaking up include files 10 years ago
  Mike Hamburg 40b1f8b85e initial replace 448->255; doesnt compile yet 10 years ago
  Michael Hamburg 0241632a25 Create functions for inverting Elligator. 10 years ago
  Michael Hamburg e6441d0c3c working on templatization 10 years ago
  Mike Hamburg a6b94cb600 begin work on strobe 10 years ago
  Mike Hamburg 59ab6ce535 working on c++ benchmark 10 years ago
  Mike Hamburg 4d995ac1d8 Doxygenation 10 years ago
  Mike Hamburg df69e59117 make copies inline 10 years ago
  Mike Hamburg f7324fa927 fix bug in decaf_fast double scalar mul. progressing in tests and documentation 10 years ago
  Mike Hamburg faeb1fb092 decaf tests coming online 10 years ago
  Mike Hamburg 5c5726850f working on precomputed in hxx 10 years ago
  Mike Hamburg d675971fee demagication header and general cleanup 10 years ago
  Mike Hamburg 5f919a45f2 start on c++ wrapper 10 years ago
  Mike Hamburg 2dacf20e3e add scalar invert; unopt and opt; tests. It might be faster with dedicated montsqr and/or blinded egcd, but this is good enough for now 10 years ago
  Mike Hamburg 023ef46b1d make dsmul for verify always take base point to simplify api 10 years ago
  Mike Hamburg eaaebf807a eliminate constant_time.h, though still using big_register_t :-/ 10 years ago
  Mike Hamburg edb25d093c perf improvement in keygen, sign; fix perf regression for decaf versions of these 10 years ago
  Michael Hamburg 59ed8f566c change gf to a struct so that its alignment works on earlier clang 10 years ago
  Mike Hamburg 3051dc4d03 precompute/precomputed sm works. needs demagication. slight perf regression in this build for some reason? 10 years ago
  Michael Hamburg e84fd3f1fd define experimental direct_scalarmul, which can be implemented as monty ladder (at least for comparison purposes at the beginning) 10 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
  Mike Hamburg b274e35d9a Add "precomputed" API to decaf. It doesnt actually precompute in the mini decaf impl, but it passes tests. 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 f3c6a5a6a5 s/multilpy/multiply/g; thanks Robert Ransom 10 years ago
  Michael Hamburg 201a8a277a moving toward field/arch independence 10 years ago
  Michael Hamburg acf4443c48 DECAF_SER_BYTES -> DECAF_SCALAR_BYTES in scalar codec 10 years ago
  Michael Hamburg c08c4f4879 scalar_copy 10 years ago
  Michael Hamburg a924ff4509 comments 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
  Mike Hamburg 8e10a91976 remove GCC error 10 years ago
  Michael Hamburg 8967a9dff2 some scalar code which is probably wrong 10 years ago