Jeffrey Walton
b7de164d62
Cut-in CRYPTOPP_ASSERT in all remaining header and source files
2015-07-26 16:03:14 -04:00
Jeffrey Walton
7b64ca489a
Added "trap.h" include for header and source files that assert
2015-07-26 15:51:16 -04:00
Jeffrey Walton
d19790bbca
Cleared UBsan errors
2015-07-19 07:58:55 -04:00
weidai
d938406410
fix CTR mode not allowing NULL as IV
2010-08-05 09:48:04 +00:00
weidai
7adbf89681
add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCM
2010-07-24 05:55:22 +00:00
weidai
2779fc6050
- add EAX mode, XSalsa20
...
- speed up GCM key setup
- wipe stack in AES assembly code
- speed up CFB mode
2009-03-12 11:24:12 +00:00
weidai
d8a644fc4e
changes for 5.6:
...
- added AuthenticatedSymmetricCipher interface class and Filter wrappers
- added CCM, GCM (with SSE2 assembly), CMAC, and SEED
- improved AES speed on x86 and x64
- removed WORD64_AVAILABLE; compiler 64-bit int support is now required
2009-03-02 02:39:17 +00:00
weidai
3bc56fe4c4
optimize ECB/CBC modes
2007-05-05 15:26:05 +00:00
weidai
f41245df6f
reduce risk of reusing random numbers after VM state rollback
2007-05-04 15:37:46 +00:00
weidai
c46c9fbc2b
rename STRUCTURED_IV to UNIQUE_IV. assert correct cipher direction
2007-04-16 00:34:13 +00:00
weidai
4afd858ae4
port to Borland C++Builder 2006
2006-12-14 11:41:39 +00:00
weidai
f05ea58bb3
port to GCC 4, reorganize implementations of SetKey
2006-12-10 02:12:23 +00:00
weidai
f7f1e82b0c
optimization in CBC_Decryption::ProcessBlocks()
2006-07-17 14:51:20 +00:00
weidai
1db8ea5084
port to MSVC .NET 2005 beta 2
2005-07-12 04:23:32 +00:00
weidai
b3924f2108
changes done for FIPS-140 lab code drop
2005-01-20 04:19:35 +00:00
weidai
57109b3120
fix bugs in 64-bit CPU support
2003-07-25 00:15:52 +00:00
weidai
f278895908
create DLL version, fix GetNextIV() bug in CTR and OFB modes
2003-07-04 00:17:37 +00:00
weidai
b4f6ef8e16
fix bugs in SEAL and Panama
2003-03-26 21:50:44 +00:00
weidai
7c7958ccc0
fix whitespace problems
2003-02-24 01:06:41 +00:00
weidai
e25de4a78b
Seek() bug fix
2003-02-04 00:40:24 +00:00
weidai
deea52fd3b
bug fixes and KAT for X9.17 RNG
2002-10-17 16:32:28 +00:00
weidai
6a286861f3
bug fix and optimization
2002-10-06 03:58:13 +00:00
weidai
a3b6ece7ab
Initial revision
2002-10-04 17:31:41 +00:00