aboutsummaryrefslogtreecommitdiffstats
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-1736-95/+175
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 66b216669d7ac91303378281d76...lloyd2010-05-194-4/+4
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...lloyd2010-04-0938-51/+51
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-254-4/+4
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-214-4/+4
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-245-53/+290
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-214-4/+4
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-164-4/+4
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-1632-52/+65
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 142a9359ba02d5dfcf3f2c9f999...lloyd2009-12-084-4/+4
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | Remove to_string, replacing with std::to_stringlloyd2009-11-184-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | Add a slow but functional implementation of Camellialloyd2012-01-283-0/+392
|/ / / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / / The Algorithm_Factory has this logic on looking for an object:lloyd2011-07-052-4/+23
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Fix building with --via-amalgamation; it wouldn't generate thelloyd2011-06-033-430/+432
* | | | | | | | | | | | | | | | | | | | | | | | Split the SIMD implementations into their own modules and choose onelloyd2011-05-243-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | The new method of doing comparisons did not work all of the time: iflloyd2011-05-131-1/+3
* | | | | | | | | | | | | | | | | | | | | | | | Fix the problem that prevented the SSE2 IDEA implementation fromlloyd2011-05-121-5/+1
* | | | | | | | | | | | | | | | | | | | | | | | Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will alsolloyd2011-04-253-27/+27
* | | | | | | | | | | | | | | | | | | | | | | | Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-224-29/+29
* | | | | | | | | | | | | | | | | | | | | | | | Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-182-37/+41
* | | | | | | | | | | | | | | | | | | | | | | | My workaround for gcc pr 44174 caused cpuid support to be silentlylloyd2011-04-181-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | Fix location of online docs in readmelloyd2011-04-151-2/+12
* | | | | | | | | | | | | | | | | | | | | | | | Convert most of the documentation to reStructured Text, addinglloyd2011-04-045-0/+13
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Move password hashing schemes to src/passhashlloyd2011-02-171-1/+6
* | | | | | | | | | | | | | | | | | | | | | | Add support for bcrypt, the Blowfish-based password hashing schemelloyd2011-02-162-7/+64
* | | | | | | | | | | | | | | | | | | | | | | Use size_t rather than u32bit for loop variableslloyd2011-02-161-2/+2
* | | | | | | | | | | | | | | | | | | | | | | Const variables where possiblelloyd2011-02-141-5/+5
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Some casts to avoid VC warningslloyd2011-02-091-4/+4
* | | | | | | | | | | | | | | | | | | | | | Remove debug includeslloyd2010-12-231-3/+0
* | | | | | | | | | | | | | | | | | | | | | Avoid more VC warningslloyd2010-12-131-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Avoid VC cast warninglloyd2010-11-291-1/+1
* | | | | | | | | | | | | | | | | | | | | Inline SAFER-SK tableslloyd2010-11-243-126/+113
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Add new top-level algorithm which provides basic functionality: namelloyd2010-11-011-1/+1
* | | | | | | | | | | | | | | | | | | | Make MemoryRegion::set protected, change all callerslloyd2010-10-293-5/+11
* | | | | | | | | | | | | | | | | | | | Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-287-28/+25
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Update AES-NI for SecureVector and BlockCipher changeslloyd2010-10-191-9/+9
* | | | | | | | | | | | | | | | | | | Only allocate as much working space as needed in key schedulelloyd2010-10-141-4/+4
* | | | | | | | | | | | | | | | | | | Remove standalone S functionlloyd2010-10-141-12/+13
* | | | | | | | | | | | | | | | | | | In all cases where the block size of the cipher is fixed, the keylloyd2010-10-1430-137/+176
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | More size_tlloyd2010-10-133-18/+18
* | | | | | | | | | | | | | | | | | Implicit rounds based on key variable sizelloyd2010-10-134-27/+44
* | | | | | | | | | | | | | | | | | Make the rounds implicit with the size of the key valueslloyd2010-10-132-55/+42
* | | | | | | | | | | | | | | | | | More size_t. Document changeslloyd2010-10-133-8/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, whichlloyd2010-10-1357-203/+232
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | s/BLOCK_SIZE/block_size()/lloyd2010-10-1330-143/+143
* | | | | | | | | | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-132-6/+6
* | | | | | | | | | | | | | | | Add accessors for block size and output lengthlloyd2010-10-131-0/+5
* | | | | | | | | | | | | | | | Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-1358-132/+131
* | | | | | | | | | | | | | | | size_tlloyd2010-10-131-1/+1
* | | | | | | | | | | | | | | | More size_tlloyd2010-10-134-25/+25