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
/
scrypt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix use of MaxDerivedKeyLength (GH #874)
Jeffrey Walton
2019-08-16
1
-5
/
+5
*
Clear sign comparison warning under GCC
Jeffrey Walton
2019-05-25
1
-1
/
+1
*
Fix Scrypt crash when blockSize is 0 (GH #842)
Jeffrey Walton
2019-05-19
1
-0
/
+9
*
Add additional asserts in Scrypt::ValidateParameters (GH #842)
Jeffrey Walton
2019-05-19
1
-1
/
+7
*
Drop use of static in unnamed namespace
Jeffrey Walton
2019-01-23
1
-10
/
+17
*
Use #pragma omp simd for OpenMP 4.0 compilers (GH #787)
Jeffrey Walton
2019-01-22
1
-2
/
+2
*
Use #pragma omp simd for OpenMP 3.0 compilers (GH #787)
Jeffrey Walton
2019-01-22
1
-2
/
+3
*
Clear type limits warning using GCC
Jeffrey Walton
2019-01-22
1
-0
/
+2
*
Fix compile under MSVC
Jeffrey Walton
2019-01-20
1
-1
/
+3
*
Update documentation
Jeffrey Walton
2019-01-20
1
-4
/
+14
*
Use OpenMP 2.0 for MSC compilers (GH #787)
Jeffrey Walton
2019-01-20
1
-4
/
+12
*
Avoid unknown pragma warning from GCC (GH #777)
Jeffrey Walton
2019-01-16
1
-2
/
+4
*
Clear tautological compare warning with Clang (GH #777)
Jeffrey Walton
2019-01-10
1
-0
/
+5
*
Fix overcommit resources for Scrypt parallelization (GH #641)
Jeffrey Walton
2018-05-20
1
-1
/
+7
*
Coverity finding CID 189203, 189204, 189205 (ARRAY_VS_SINGLETON)
Jeffrey Walton
2018-04-07
1
-12
/
+6
*
Update documentation
Jeffrey Walton
2018-04-02
1
-1
/
+1
*
Hoist XY and V out of parallel for loop
Jeffrey Walton
2018-04-02
1
-15
/
+4
*
Add Salsa20_Core transform (GH #630) (#632)
Jeffrey Walton
2018-04-02
1
-50
/
+3
*
Update scrypt (#629)
Jeffrey Walton
2018-04-01
1
-16
/
+19
*
Add additional asserts to Scrypt
Jeffrey Walton
2018-04-01
1
-1
/
+3
*
Add OpenMP support to Scrypt (GH #613) (#628)
Jeffrey Walton
2018-04-01
1
-38
/
+54
*
Update documentation
Jeffrey Walton
2018-03-31
1
-5
/
+6
*
Update documentation
Jeffrey Walton
2018-03-31
1
-0
/
+3
*
Fix Windows compile error using VS2008
Jeffrey Walton
2018-03-31
1
-28
/
+26
*
Add scrypt key derivation function (GH #613, PR #626)
Jeffrey Walton
2018-03-31
1
-0
/
+312