| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove 64-bit AdvancedProcessBlocks (GH #945) | Jeffrey Walton | 2020-07-07 | 1 | -9/+0 |
* | Add XTS block cipher mode of operation (GH #891, PR #892) | Jeffrey Walton | 2019-10-12 | 1 | -0/+6 |
* | Add BytePtr and ConstBytePtr overloads for SecByteBlock (GH #890) | Jeffrey Walton | 2019-10-03 | 1 | -0/+3 |
* | Avoid circular dependency using AlignedAllocate (GH #885) | Jeffrey Walton | 2019-09-28 | 1 | -0/+6 |
* | Fix RDSEED hang on x86 (GH #872) (#873) | Jeffrey Walton | 2019-08-06 | 1 | -0/+3 |
* | Revert changes for lgtm findings | Jeffrey Walton | 2019-06-09 | 1 | -3/+0 |
* | Clear lgtm findings | Jeffrey Walton | 2019-06-08 | 1 | -0/+3 |
* | Make config.h more Autoconf friendly (GH #835, PR #836) | Jeffrey Walton | 2019-05-17 | 1 | -0/+30 |
* | Add SHAKE-128 and SHAKE-256 (GH #805, PR #806) | Jeffrey Walton | 2019-02-12 | 1 | -4/+10 |
* | Add ChaCha20/Poly1305 AEAD cipher (GH #724) | Jeffrey Walton | 2019-01-28 | 1 | -0/+12 |
* | Use carryless multiplies for NIST b233 and k233 curves (GH #783, PR #784) | Jeffrey Walton | 2019-01-16 | 1 | -0/+3 |
* | Add ed25519 (GH #764, PR #767) | Jeffrey Walton | 2018-12-24 | 1 | -0/+9 |
* | Add Test vectors and data to VS project files | Jeffrey Walton | 2018-12-15 | 1 | -1/+1 |
* | Add Moon's curve25519 using SSE2 (GH #761) | Jeffrey Walton | 2018-12-13 | 1 | -0/+3 |
* | Add Langley's curve25519 (GH #761, PR# 762) | Jeffrey Walton | 2018-12-11 | 1 | -0/+21 |
* | Add CRYPTOPP_INLINE to SIMON and SPECk for debugging | Jeffrey Walton | 2018-11-13 | 1 | -2/+0 |
* | Rename files with dashes to underscores | Jeffrey Walton | 2018-11-10 | 1 | -20/+20 |
* | Add ChaCha AVX2 implementation (GH #735) | Jeffrey Walton | 2018-11-08 | 1 | -1/+6 |
* | Split Blake2 SIMD files into blake2s-simd.cpp and blake2b-simd.cpp (GH #729, ... | Jeffrey Walton | 2018-11-02 | 1 | -1/+4 |
* | Add ChaCha SSE2 implementation | Jeffrey Walton | 2018-10-23 | 1 | -0/+3 |
* | Add keccakc.h and keccakc.cpp for shared F1600 | Jeffrey Walton | 2018-08-22 | 1 | -0/+6 |
* | Remove Thread and Socket classes (GH #208, PR #703) | Jeffrey Walton | 2018-08-17 | 1 | -30/+0 |
* | Split simon-simd.cpp and speck-simd.cpp into separate source files | Jeffrey Walton | 2018-08-15 | 1 | -2/+8 |
* | Add AES-NI accelerated SM4 encryption (GH #540) | Jeffrey Walton | 2018-07-13 | 1 | -0/+3 |
* | Add HC-256 stream cipher (GH #680) | Jeffrey Walton | 2018-07-05 | 1 | -0/+6 |
* | Add HC-128 stream cipher (GH #679) | Jeffrey Walton | 2018-07-05 | 1 | -0/+6 |
* | Add Rabbit stream cipher (GH #678) | Jeffrey Walton | 2018-07-04 | 1 | -0/+6 |
* | Add SIMECK-64 SSSE3 implementation (GH #675) | Jeffrey Walton | 2018-07-01 | 1 | -0/+3 |
* | Add Simeck lightweight block cipher (GH #675) | Jeffrey Walton | 2018-06-30 | 1 | -0/+6 |
* | Add HIGHT lightweight block cipher (GH #672) | Jeffrey Walton | 2018-06-24 | 1 | -0/+6 |
* | Add LEA-128 SSSE3 implementation (GH #669) | Jeffrey Walton | 2018-06-22 | 1 | -0/+3 |
* | Add CHAM128 SSSE3 implementation (PR #670) | Jeffrey Walton | 2018-06-19 | 1 | -0/+3 |
* | Add CHAM lightweight block cipher (PR #670) | Jeffrey Walton | 2018-06-17 | 1 | -0/+6 |
* | Add LEA lightweight block cipher (GH #669) | Jeffrey Walton | 2018-06-17 | 1 | -0/+6 |
* | Add scrypt key derivation function (GH #613, PR #626) | Jeffrey Walton | 2018-03-31 | 1 | -1/+7 |
* | Re-add Simon and Speck, enable SSE (GH #585) | Jeffrey Walton | 2018-02-18 | 1 | -0/+18 |
* | Remove Simon and Speck ciphers (GH #585) | Jeffrey Walton | 2018-02-14 | 1 | -19/+1 |
* | Rename nacl.h to naclite.h | Jeffrey Walton | 2018-01-21 | 1 | -1/+1 |
* | Add interface to TweetNaCl library (#566) | Jeffrey Walton | 2018-01-17 | 1 | -0/+9 |
* | Refactor <cipher>_AdvancedProcessBlocks_<arch> into adv-simd.h | Jeffrey Walton | 2017-12-09 | 1 | -0/+3 |
* | Add simon-simd.cpp to file list and nmake file | Jeffrey Walton | 2017-11-27 | 1 | -1/+1 |
* | Add NEON and ASIMD intrinsics for SPECK-128 (GH #539) | Jeffrey Walton | 2017-11-27 | 1 | -1/+4 |
* | Add SM3 hash function (GH #541) | Jeffrey Walton | 2017-11-23 | 1 | -12/+12 |
* | Add SM4 block ciphers (GH #540) | Jeffrey Walton | 2017-11-23 | 1 | -0/+6 |
* | Add speck-simd.cpp to project files (GH #538, #539) | Jeffrey Walton | 2017-11-22 | 1 | -0/+3 |
* | Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539) | Jeffrey Walton | 2017-11-21 | 1 | -0/+6 |
* | Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538) | Jeffrey Walton | 2017-11-20 | 1 | -0/+6 |
* | Add sse-simd.cpp to nmake file and vcxproj filters | Jeffrey Walton | 2017-11-16 | 1 | -0/+3 |
* | Add VIA Padlock RNG | Jeffrey Walton | 2017-08-19 | 1 | -0/+6 |
* | Split source files to support Base Implementation + SIMD implementation (GH #... | Jeffrey Walton | 2017-08-17 | 1 | -0/+24 |