Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Daniel Pouzzner 6142c22948 add wc_XChaCha_init(), wc_XChaCha20Poly1305_Init(), wc_XChaCha20Poly1305_encrypt_oneshot(), wc_XChaCha20Poly1305_decrypt_oneshot(), and wc_Poly1305_EncodeSizes64(). also, remove redundant arg check (typo) in wc_Poly1305Update(). 3 yıl önce
  Daniel Pouzzner 7c2aefcfdd linuxkm: enable the rest of the _asm implementations for x86, wrapped in {SAVE,RESTORE}_VECTOR_REGISTERS(). 3 yıl önce
  Tesfa Mael 493510e2ea Review comments 3 yıl önce
  Tesfa Mael cebb283822 DO-178 changes 4 yıl önce
  Sean Parkinson 55ea2facdd Changes to clear issues raised by cppcheck 4 yıl önce
  toddouska 11a0b117f8 Merge pull request #2706 from dgarske/chapoly_aead_iuf 4 yıl önce
  David Garske bc1cb4ead8 Fix to keep existing behavior where AAD is optional for `wc_ChaCha20Poly1305_Encrypt` and `wc_ChaCha20Poly1305_Decrypt`. 4 yıl önce
  David Garske 56e57f3216 Refactor Poly1305 AEAD / MAC to reduce duplicate code. Tested with TLS v1.3 interop and AEAD test vectors. 4 yıl önce
  Chris Conlon 45c5a2d39c update copyright to 2020 4 yıl önce
  Juliusz Sosinowicz c826c605a3 Fix problems when building with Make 5 yıl önce
  Juliusz Sosinowicz f42c94e3bc Cleanup code and align labels 5 yıl önce
  Juliusz Sosinowicz 0fed159abd Poly1305 ARM64 optimization 5 yıl önce
  John Safranek 246c444b93 Updates for v4.0.0 5 yıl önce
  David Garske 621e1656b4 Fixes for data types, cast warnings and shift operations when using 16-bit platform. Added new `--enable-16bit` build option, which defines `WC_16BIT_CPU`. Fix build error when using `WOLFSSL_LEANPSK` and `NO_WOLFSSL_MEMORY`. 5 yıl önce
  Sean Parkinson 7822cef1ac Pull out x86_64 ASM into separate files 5 yıl önce
  David Garske 8355dd29cb Fix for Curve25519 FE math build error with Intel Speedups enabled and no AVX2. Fixes to allow forcing `NO_AVX2_SUPPORT`. Reproducible with `./configure --enable-curve25519 --enable-ed25519 --enable-intelasm CFLAGS="-DNO_AVX2_SUPPORT"`. 5 yıl önce
  MJSPollard fb247a5d8d added null check for key 6 yıl önce
  MJSPollard 2b49f69f1b updated unit test 6 yıl önce
  Sean Parkinson 0b47811c46 Changes for interop and performance 6 yıl önce
  toddouska c66ebb6748 Merge pull request #1317 from SparkiDev/chacha20_sb_avx2 6 yıl önce
  Sean Parkinson 4d75f337bb Fix AVX2 final func to reset state 6 yıl önce
  Sean Parkinson 4915a784ec Fix clang using wrong registers in poly1305 AVX2 code 6 yıl önce
  Sean Parkinson be1aba1f70 Improve performance of chacha20-poly1305 on AVX and AVX2. 6 yıl önce
  Sean Parkinson 31aa5e308d Improve performance of small number of blocks for chacha20 6 yıl önce
  Sean Parkinson f1befc0e87 Make AVX2 code compile in on Mac 6 yıl önce
  David Garske 911b6f95f8 Release v3.12.2 (lib 14.0.0). Updated copywright. 6 yıl önce
  Sean Parkinson 3b351fd640 Fix to stop inlining of assembly code with fixed label 6 yıl önce
  Sean Parkinson e6cf3c88f2 Fix for the AVX implemetation of Poly1305 6 yıl önce
  toddouska 36b1a666d0 have poly asm detect older compilers w/o avx2 like chacha does 6 yıl önce
  Sean Parkinson ea6b719ec2 Fix register issue 6 yıl önce