index
:
delta/cryptopp-git.git
CRYPTOPP_5_6_2_clean
master
github.com: weidai11/cryptopp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Filelist.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Test vectors and data to VS project files
Jeffrey Walton
2018-12-15
1
-0
/
+1
*
Add Moon's curve25519 using SSE2 (GH #761)
Jeffrey Walton
2018-12-13
1
-0
/
+1
*
Add Langley's curve25519 (GH #761, PR# 762)
Jeffrey Walton
2018-12-11
1
-0
/
+6
*
Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757)
Jeffrey Walton
2018-12-05
1
-0
/
+1
*
Add test_x86_avx512.cxx (GH #753)
Jeffrey Walton
2018-12-04
1
-2
/
+6
*
Add Power9 Random Number Generator support (GH #747, PR #748)
Jeffrey Walton
2018-11-27
1
-1
/
+8
*
Move CPU_ProbePower7 and CPU_ProbePower8 into their own source files (GH #742)
Jeffrey Walton
2018-11-18
1
-0
/
+2
*
Update Filelist
Jeffrey Walton
2018-11-17
1
-24
/
+27
*
Add test_pthreads.cxx to Filelist
Jeffrey Walton
2018-11-13
1
-0
/
+1
*
Update Filelist.txt
Jeffrey Walton
2018-11-12
1
-20
/
+23
*
Add test programs to file list (PR #737)
Jeffrey Walton
2018-11-11
1
-0
/
+20
*
Rename files with dashes to underscores (GH #736)
Jeffrey Walton
2018-11-10
1
-25
/
+25
*
Add ChaCha AVX2 implementation (GH #735)
Jeffrey Walton
2018-11-08
1
-0
/
+1
*
Split Blake2 SIMD files into blake2s-simd.cpp and blake2b-simd.cpp (GH #729, ...
Jeffrey Walton
2018-11-02
1
-1
/
+2
*
Add ChaCha SSE2 implementation
Jeffrey Walton
2018-10-23
1
-0
/
+1
*
Fix LegacyDecryptor and LegacyDecryptorWithMAC (GH #714)
Jeffrey Walton
2018-09-10
1
-1
/
+2
*
Add DefaultDecryptorWithMAC using binary file test
Jeffrey Walton
2018-09-08
1
-0
/
+1
*
Add keccakc.h and keccakc.cpp to Filelist.txt
Jeffrey Walton
2018-08-22
1
-0
/
+2
*
Remove Thread and Socket classes (GH #208, PR #703)
Jeffrey Walton
2018-08-17
1
-10
/
+0
*
Split simon-simd.cpp and speck-simd.cpp into separate source files
Jeffrey Walton
2018-08-15
1
-2
/
+4
*
Refactor validat5.cpp and validat6.cpp
Jeffrey Walton
2018-07-29
1
-0
/
+3
*
Split validat*.cpp source files
Jeffrey Walton
2018-07-28
1
-0
/
+3
*
Split regtest2.cpp into two files
Jeffrey Walton
2018-07-27
1
-0
/
+1
*
Split bench1.cpp into two files
Jeffrey Walton
2018-07-27
1
-0
/
+1
*
Add AES-NI accelerated SM4 encryption (GH #540)
Jeffrey Walton
2018-07-13
1
-0
/
+1
*
Add ARM AES asm implementation from Cryptogams (GH #683)
Jeffrey Walton
2018-07-11
1
-0
/
+2
*
Fix missing test vector in FileList
Jeffrey Walton
2018-07-05
1
-0
/
+1
*
Add missing HC-256
Jeffrey Walton
2018-07-05
1
-0
/
+2
*
Add HC-128 stream cipher (GH #679)
Jeffrey Walton
2018-07-05
1
-2
/
+5
*
Add Rabbit stream cipher (GH #678)
Jeffrey Walton
2018-07-04
1
-0
/
+3
*
Add SIMECK-64 SSSE3 implementation (GH #675)
Jeffrey Walton
2018-07-01
1
-0
/
+1
*
Add Simeck lightweight block cipher (GH #675)
Jeffrey Walton
2018-06-30
1
-0
/
+3
*
Add HIGHT lightweight block cipher (GH #672)
Jeffrey Walton
2018-06-24
1
-0
/
+3
*
Add LEA-128 NEON and ARMv8 implementation (GH #669)
Jeffrey Walton
2018-06-23
1
-0
/
+1
*
Add CHAM128 SSSE3 implementation (PR #670)
Jeffrey Walton
2018-06-19
1
-0
/
+1
*
Add CHAM lightweight block cipher (PR #670)
Jeffrey Walton
2018-06-17
1
-0
/
+3
*
Add LEA lightweight block cipher (GH #669)
Jeffrey Walton
2018-06-17
1
-0
/
+3
*
Add scrypt key derivation function (GH #613, PR #626)
Jeffrey Walton
2018-03-31
1
-0
/
+2
*
Re-add Simon and Speck, enable SSE (GH #585)
Jeffrey Walton
2018-02-18
1
-0
/
+8
*
Remove Simon and Speck ciphers (GH #585)
Jeffrey Walton
2018-02-14
1
-8
/
+0
*
Add History.txt for full record
Jeffrey Walton
2018-01-22
1
-0
/
+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
/
+4
*
Fix failed self test under Clang (GH #533)
Jeffrey Walton
2017-12-25
1
-0
/
+1
*
Rename ppc-crypto.h to ppc-simd.h
Jeffrey Walton
2017-12-12
1
-1
/
+1
*
Refactor <cipher>_AdvancedProcessBlocks_<arch> into adv-simd.h
Jeffrey Walton
2017-12-09
1
-0
/
+1
*
Add Valgrind suppression file to file list (GH #543)
Jeffrey Walton
2017-11-29
1
-0
/
+1
*
Add simon-simd.cpp to file list and nmake file
Jeffrey Walton
2017-11-27
1
-0
/
+1
*
Add SM3 hash function (GH #541)
Jeffrey Walton
2017-11-23
1
-0
/
+3
*
Add missing test vectors to file list
Jeffrey Walton
2017-11-23
1
-0
/
+1
[next]