559 Commits (master)
 

Author SHA1 Message Date
  Mike Hamburg da2f2f9b2a add note to history 1 year ago
  Mike Hamburg 703bb3452a Fix two security bugs. 1 year ago
  Johan Pascal 41f349ff80 Fix windows build and tests + shorter intermediate cmake target name 2 years ago
  Mike Hamburg f6aa730085 explicitly upcast mask, for clarity 3 years ago
  Johan Pascal 0bd56f5a17 Fix Xcode/cmake 3.19 build + cleaning 3 years ago
  Johan Pascal 38284bca28 Restore clang array checks 3 years ago
  Johan Pascal fc42c673ab Expand bit to mask as inline function 3 years ago
  Johan Pascal 7f3aa8a420 Avoid branching on mask bit extension. 3 years ago
  Johan Pascal aa9c5c9b7e Fix windows build and package installation 3 years ago
  Mike Hamburg a5c33de79b update HISTORY to mention the malleability flaw 3 years ago
  Mike Hamburg 13fe8724f3 a couple more tests for EdDSA malleability 3 years ago
  Mike Hamburg 0324a95569 fix bug in ristretto elligator: it should be able to take improper field elements as input 3 years ago
  Mike Hamburg e99b0a52f8 fix malleability bug from https://eprint.iacr.org/2020/1244.pdf and add test vectors 3 years ago
  Mike Hamburg ff5d289935 optimize s^2 -> s2, thanks Fabio Scotoni 3 years ago
  Mike Hamburg 27ce4cf626 dont double generator for Ed448RistrettoPoint 4 years ago
  Mike Hamburg e8d69e9978 update ristretto.sage for python3. Also add Ed448RistrettoPoint for reference 4 years ago
  Mike Hamburg 326dba2530 Add safer version of EdDSA signing API. 4 years ago
  Mike Hamburg 760a61ed4a fix issues when compiling on GCC 9.1 4 years ago
  Michael Hamburg f38c87f672 also remove X_SER_BYTES while were at it 5 years ago
  Michael Hamburg 752d260af2 Thanks Johan Pascal: remove gf_hibit, since it was a relic from p521 days 5 years ago
  Michael Hamburg 383088f354 errno.eexist 5 years ago
  Michael Hamburg cd487496b5 Revert "Add includes to build interface of decaf libs" 5 years ago
  Mike Hamburg b057a230c9 Merge /u/mariusvolkhart/ed448goldilocks/ branch mv/messaging into master 5 years ago
  Mike Hamburg 53f794b1f0 Merge /u/mariusvolkhart/ed448goldilocks/ branch mv/cmakeIncludes into master 5 years ago
  Marius Volkhart c95bd00995 Tweak generated code message 5 years ago
  Marius Volkhart 540d9b8158 Add includes to build interface of decaf libs 5 years ago
  Marius Volkhart 28ffdb84b1 Fix flaky Python generator 5 years ago
  Michael Hamburg 03977eba48 Minor changes. 5 years ago
  Michael Hamburg 8816973280 v1.0 5 years ago
  Johan Pascal 9de0d1a34e Merge with master from the original depot 6 years ago
  Michael Hamburg 15c3f7b7bb CC= -> CC?= in Makefile, thanks Timo Gurr 6 years ago
  Michael Hamburg ffb134af3a minor fixes: fix unreachable code, fix an integer used in boolean context, thanks to Sofi Celi 6 years ago
  mrolinek 69308cbf99 windows_compatibility 6 years ago
  Michael Hamburg bf609436a0 fix sagetest; thanks sofi 6 years ago
  Michael Hamburg 3acbdaf999 fix python2/3 ord issue 6 years ago
  mrolinek e8193b1c96 cmake architecture detection improved 6 years ago
  mrolinek 792fe29a46 Renamed aux to _aux for Windows compatibility 6 years ago
  Johan Pascal 36c2c01e8b Remove useless call to basename when building include guards 6 years ago
  Johan Pascal 6b804c612e Add make doc 6 years ago
  Michael Hamburg ea6c8cdd83 add tests for identity and torquing 6 years ago
  Johan Pascal d18af7c9f1 build scripts manage the decaf_tables.c generation 6 years ago
  Michael Hamburg b0af873fc8 double and encode in ristretto.sage for decaf ed25519. kinda sloppy, but good enough for a poc since im not going to implement in c yet anyway 6 years ago
  Michael Hamburg 1b7b5099eb double and encode in ristretto.sage for decaf ed448, not ed25519 6 years ago
  Michael Hamburg 6a5e8284b3 doubleAndEncode for ristretto in sage doc 6 years ago
  Johan Pascal e39cc5d9ee Do not archive generated code 6 years ago
  Johan Pascal 26a7b2a9b7 include python code generation in cmake scripts 6 years ago
  Johan Pascal fd45d88492 Fix compile on arm_32 6 years ago
  Johan Pascal a59d1045e4 cmake script 6 years ago
  Olivier Chéron c811f7809a Add missing FIELD_LITERAL for RISTRETTO_FACTOR 6 years ago
  Mike Hamburg fa5ac6c0f3 avoid no-prototype warning in ristretto.cxx 6 years ago