Commit History

Author SHA1 Message Date
  Sean Parkinson f1befc0e87 Make AVX2 code compile in on Mac 6 years ago
  David Garske 911b6f95f8 Release v3.12.2 (lib 14.0.0). Updated copywright. 6 years ago
  Sean Parkinson 7721aca114 Fix ChaCha to check for AVX1 6 years ago
  Sean Parkinson d0ff6067a6 Chacha asm fix - can't use buffer in old compiler 7 years ago
  David Garske 3be4e0823e Adds option `--enable-chacha=noasm` to allow disabling the Intel AVX/AVX2 speedups when used with `--enable-intelasm`. 7 years ago
  David Garske b0eeed364b Fix for `intelasm` and ChaCha20 with causing "error: unknown type name '__m256i'" on some compilers. Fix is to change the `__m128i` and `__m256i` to arrays of `word64` (source Sean PR #1079). 7 years ago
  Sean Parkinson e8e1504d9f Alignment fix 7 years ago
  Sean Parkinson b23f983604 Intel Assembly optimizations for ChaCha20 - AVX and AVX2 7 years ago
  Jacob Barthelmeh e60adfc9da better naming of macro and alter misc.c check 8 years ago
  Jacob Barthelmeh 2665db73a4 check for compiling misc.c when not needed 8 years ago
  toddouska 18961e5620 Merge pull request #351 from dgarske/ChaChaRefactor 8 years ago
  Jacob Barthelmeh e99a5b0483 prepare for release v3.9.0 8 years ago
  David Garske 473ea567bd Refactor of the ChaCha hard coded variables. 8 years ago
  Jacob Barthelmeh 304982a597 Big Endian System ChaCha20 counter, auto tests added for ChaCha20 counter 9 years ago
  Jacob Barthelmeh 10f853ae4d adjustment to chacha for big endian 9 years ago
  toddouska 7552764fbb turn off chacha on big endian 9 years ago
  toddouska a54c916c8f fix chacha on bigendian, touchups 9 years ago
  kaleb-himes a389620a29 Copyright (C) updates 9 years ago
  Jacob Barthelmeh 02f16b9232 going through wolfcrypt 9 years ago
  Jacob Barthelmeh 966ca9c97e clean up comments on c files and fix duplicate in chacah header 9 years ago
  Jacob Barthelmeh 279f149828 adjustments to reverse compatibility 9 years ago
  Jacob Barthelmeh 473d1d18a6 chacha, dh, dsa, hc128 c files 9 years ago
  Jacob Barthelmeh ea3bf1649d in process of shiffting many files 9 years ago