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
/
rdrand.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing RDRAND and RDSEED GenerateBlock functions when CRYPTOPP_DISABLE_ASM
Jeffrey Walton
2018-12-28
1
-2
/
+2
*
Add Power9 Random Number Generator support (GH #747, PR #748)
Jeffrey Walton
2018-11-27
1
-8
/
+12
*
Clear unused variable warnings under MSVC
Jeffrey Walton
2018-08-03
1
-0
/
+4
*
Remove iPhoneSimulator from Travis allowed failures
Jeffrey Walton
2018-08-03
1
-2
/
+2
*
Update comments
Jeffrey Walton
2018-08-03
1
-6
/
+9
*
Simplify RDRAND and RDSEED logic
Jeffrey Walton
2018-08-03
1
-210
/
+38
*
Fix failed link on ARM and friends
Jeffrey Walton
2018-07-07
1
-10
/
+0
*
Add algorithm provider member function to Algorithm class
Jeffrey Walton
2018-07-06
1
-0
/
+10
*
Fix GCC version for RDSEED intrinsic (#598)
Fabrice Fontaine
2018-03-10
1
-3
/
+3
*
Fix GCC version for RDRAND and RDSEED intrinsics
Jeffrey Walton
2017-11-07
1
-5
/
+5
*
Fix GCC version for RDRAND and RDSEED intrinsics
Jeffrey Walton
2017-11-07
1
-2
/
+2
*
Fix "C2872: 'byte': ambiguous symbol" with Windows Kit (Issue 442, 447)
Jeffrey Walton
2017-07-23
1
-0
/
+2
*
Build RDRAND for all platofrms (Issue 419, PR 424)
Jeffrey Walton
2017-05-17
1
-2
/
+38
*
Fix bad code generation with GCC, -Os and rdseed
Jeffrey Walton
2017-05-10
1
-2
/
+2
*
Fix bad GCC code generation with -Os
Jeffrey Walton
2017-05-09
1
-12
/
+12
*
Removed unneeded guard
Jeffrey Walton
2017-05-09
1
-5
/
+5
*
Clear C4100 warning (Issue 412)
Jeffrey Walton
2017-05-09
1
-4
/
+5
*
Mkaake RDRAND and RDSEED throw if not available
Jeffrey Walton
2017-05-09
1
-24
/
+44
*
Fix OpenBSD 6.0 compile with GCC 4.9 (Issue 395)
Jeffrey Walton
2017-03-22
1
-8
/
+8
*
Updated static initializers
Jeffrey Walton
2017-03-17
1
-1
/
+1
*
Change HAS_NASM to USE_NASM. The makefile does not etect it automatically
Jeffrey Walton
2017-03-14
1
-4
/
+4
*
Add guard for RDSEED64 on 32-bit platforms (Issue 387)
Jeffrey Walton
2017-03-08
1
-30
/
+5
*
Cutover to fastcall for MASM and X86 (Issue 387)
Jeffrey Walton
2017-03-07
1
-10
/
+16
*
Fix output buffer cast in rdrand.cpp (Issue 388)
Jeffrey Walton
2017-03-07
1
-10
/
+47
*
Removed test define from rdrand.cpp
Jeffrey Walton
2017-03-07
1
-4
/
+4
*
Improve performance of RDRAND and RDSEED (Issue 387)
Jeffrey Walton
2017-03-07
1
-353
/
+238
*
Add C++ nullptr support (Issue 383)
Jeffrey Walton
2017-03-01
1
-2
/
+2
*
Change next version from 5.7 to 6.0
Jeffrey Walton
2017-02-21
1
-2
/
+10
*
Remove extra preamble for copyright.
Jeffrey Walton
2017-02-21
1
-1
/
+0
*
Switch to PutWord for rdrand.cpp
Jeffrey Walton
2016-11-14
1
-14
/
+2
*
Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)
Jeffrey Walton
2016-09-16
1
-14
/
+14
*
Fix GCC compile error under LP64 data model (Issue 236)
Jeffrey Walton
2016-09-07
1
-4
/
+8
*
Fix compile under iOS
Jeffrey Walton
2016-07-13
1
-7
/
+9
*
Simplify RDRAND and RDSEED implementation selection logic. Its was too convol...
Jeffrey Walton
2016-07-10
1
-67
/
+23
*
Fix SunCC version for RDSEED, which is available in Sun Studio 12.5
Jeffrey Walton
2016-07-10
1
-1
/
+1
*
Add SunCC 12.4 support for specialized implementations if CRC, RDRAND and BLAKE2
Jeffrey Walton
2016-07-10
1
-2
/
+2
*
Add RDRAND and RDSEED for SunCC 12.1 and above
Jeffrey Walton
2016-07-10
1
-2
/
+13
*
Go back to Commit 66ada4cc61d62afc
Jeffrey Walton
2016-07-06
1
-2
/
+2
*
Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ...
Mouse
2016-07-06
1
-2
/
+2
*
Add MacPorts GCC compiler and Clang integrated assembler support. This is a m...
Jeffrey Walton
2016-07-05
1
-2
/
+2
*
Use _rdrand32_step for X32. Whitespace
root
2016-06-21
1
-50
/
+50
*
Update comment. Whitespace cleanup
Jeffrey Walton
2016-06-14
1
-5
/
+5
*
Fix compiler include detection under LLVM and Apple Clang (Issue 183)
Jeffrey Walton
2016-06-12
1
-0
/
+5
*
Revert "Fix missing clobbered registers (Issue 124)"
Jeffrey Walton
2016-01-26
1
-10
/
+2
*
Fix missing clobbered registers (Issue 124)
Name
2016-01-26
1
-2
/
+10
*
Revert "Fix missing clobbered registers (Issue 124)". This will be the last a...
Jeffrey Walton
2016-01-26
1
-10
/
+2
*
Fix missing clobbered registers (Issue 124)
Name
2016-01-26
1
-2
/
+10
*
Cleared -Wcast-align (Issue 122)
Jeffrey Walton
2016-01-25
1
-4
/
+4
*
Fixed RDSEED detection issue for GCC 4.8 and 4.9
Jeffrey Walton
2015-12-24
1
-4
/
+2
*
Changed retry count for RDRAND and RDSEED. RDSEED appears to fail to fulfill ...
Jeffrey Walton
2015-11-29
1
-4
/
+22
[next]