3 Commits (a585d7f1482d888385dfc73ee5a1113270691a5e)

Author SHA1 Message Date
  Michael Hamburg a585d7f148 factor out elligator, decaf, scalar code. scalar_halve is now public 10 years ago
  Michael Hamburg 08bbb567de dont go via asm anymore. also reduce the number of templated expressions 10 years ago
  Michael Hamburg d94a147194 move everything over to more-tolerable templating 10 years ago
  Michael Hamburg 3a5ba3e075 no more API_NS2. 10 years ago
  Michael Hamburg c9abcef055 add some pathological test cases, clearing a few TODO items. Also scalar_set_unsigned now takes a uint64_t instead of a word_t 10 years ago
  Michael Hamburg 2eacff6ad6 rfc7748 implementation, but their names will probably change 10 years ago
  Mike Hamburg 24e33a2f86 reasonable suite of ct tests now. also change scalar randomizer to generate +128 bits 10 years ago
  Mike Hamburg 9f1cc0e2af some more ct tests; serializeInto -> serialize_into. still need more ct tests, unification of snake vs camel case 10 years ago
  Mike Hamburg 3d0c6a6c28 typedef Wrapped is no longer private for scalar and point 10 years ago
  Michael Hamburg 294eabaec7 generate f_field.h 10 years ago
  Michael Hamburg 1a14abb4dd Separate .h files for SHA/SHAKE, STROBE and sponge RNG. TODO: .hxx. Also add a lot of docs 10 years ago
  Michael Hamburg 47d4b080e9 generator is almost ready to drop in 10 years ago
  Michael Hamburg 72399d53d7 working on python generation 10 years ago
  Michael Hamburg a0b4bc5099 beginning of header generation technology 10 years ago
  Michael Hamburg 55450fa852 respace 10 years ago
  Michael Hamburg 6e95e69368 trying to make C++ headers the same, for future unified generation 10 years ago
  Mike Hamburg 704b424982 dual scalarmul because of TLS discussion 10 years ago
  Michael Hamburg a1f5348e18 beginning to separate errors from bools. not there yet though 10 years ago
  Michael Hamburg 88a60a294d add Group::FIELD_MODULUS_TYPE for testing purposes 10 years ago
  Michael Hamburg e95b7c7f0e made scalar inverse WARN_UNUSED and made it throw. Small fix to sagetest. Changed some places that assumed that success is true, in case I want to adopt the proposal that success is 0 10 years ago
  Michael Hamburg 0f78ec28fc fix bug in tagforget 10 years ago
  Michael Hamburg b35f966cf4 add serializable class, though i might repent of this because i dont want a vtable 10 years ago
  Michael Hamburg 4dd77e0149 switch SecureBuffer to vector 10 years ago
  Mike Hamburg b849d2cd91 working on securebuffer problems, might just switch things to vector 10 years ago
  Mike Hamburg 1bda5ed34a XOPEN_SOURCE defines fixed 10 years ago
  Michael Hamburg cdab495338 Cross-curve compilation working! Still a bunch of FIXMEs though 10 years ago
  Mike Hamburg 60b14fb0f1 add FixedBuffer 10 years ago
  Mike Hamburg 538fe68866 OwnedOrUnowned as base for Precomputed 10 years ago
  Mike Hamburg 6bc7a3db3b rework build hierarchy to prepare for generated headers 10 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 02449ed54b encoding is no longer EXPLICIT_CON 10 years ago
  Michael Hamburg db0a12de2a working on breaking up include files 10 years ago
  Michael Hamburg 89dfab34a8 remove hinting from forward elligator, at least in 25519. leaving test in broken state because, well, it is broken 10 years ago
  Michael Hamburg 5a3fe27c03 more rigorous tests. elligator still fails. problem: extracting xy is quite technical 10 years ago
  Michael Hamburg 202ed7fea2 change 2torque to torque, which is 4torque in ed25519 case 10 years ago
  Michael Hamburg e4cb764842 inverting elligator now mostly works, except for identity and overflow issues 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 0fc9ab3c8c repent of that templating wickedness. at least until i can figure out the right way to do it 10 years ago
  Michael Hamburg ea67df7d5b fix duplicate/missing symbols from C++ wrapper 10 years ago
  Michael Hamburg c80d8d01db work around GCC bug 40315 10 years ago
  Mike Hamburg 1f673479f5 remove EXPLICIT_CON for serializing a point 10 years ago
  Michael Hamburg fc3be89e4c trying to templatize 10 years ago
  Michael Hamburg 4d07cdf2ee rename decaf::decaf to decaf::EcGroup to avoid naming conflict; discard top and bottom two benchmarks to avoid descheduling issues which cause calibration to say THz 10 years ago
  Mike Hamburg 6665bb497e begin Strobe instance 10 years ago
  Mike Hamburg a6b94cb600 begin work on strobe 10 years ago
  Mike Hamburg 3fe31a7e9a get rid of std::string 10 years ago
  Mike Hamburg 2eb89045d5 using SecureBuffer instead of std::string (todo change documentation; remove ptr+len? 10 years ago
  Mike Hamburg ba92a551d4 initialize point/scalar from rng; still needs work 10 years ago
  Mike Hamburg 172477e76a working on shake C++ wrapper 10 years ago