summaryrefslogtreecommitdiff
path: root/blake2.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory error after switch to FixedSizeAlignedSecBlock<State> and FixedS...Jeffrey Walton2016-05-191-2/+2
* Fixed memory error after switch to FixedSizeAlignedSecBlock<State> and FixedS...Jeffrey Walton2016-05-191-3/+3
* Add test for AES, SHA1 and SHA2 from ARM Crypto extensionJeffrey Walton2016-05-191-1/+1
* Clear Visual Studio C4316 warning for "object allocated on the heap may not b...Jeffrey Walton2016-05-171-42/+6
* Add BLAKE2_NEON_Compress64Jeffrey Walton2016-05-111-5/+8
* Add BLAKE2_NEON_Compress32Jeffrey Walton2016-05-071-5/+5
* Fixed documentation typoJeffrey Walton2016-04-241-2/+2
* Modify BLAKE2_State ctor to initialize each member except buffer[]Jeffrey Walton2016-04-221-1/+3
* Cleared Visual Studio warning on padding structuresJeffrey Walton2016-04-221-10/+15
* Change default key size to output size per BLAKE2 recommendationJeffrey Walton2016-04-221-2/+2
* Updated documentationJeffrey Walton2016-04-201-1/+2
* Enable BLAKE2_SSE2_Compress32 and BLAKE2_SSE4_Compress32. Add static function...Jeffrey Walton2016-04-191-2/+4
* Add constants for MIN_KEYLENGTH, MAX_KEYLENGTH, DEFAULT_KEYLENGTH. Fix keyed ...Jeffrey Walton2016-04-181-8/+15
* Added Windows support for BLAKE2Jeffrey Walton2016-04-171-1/+1
* Added BLAKE2 Cryptographic Hash and Message Authentication CodeJeffrey Walton2016-04-171-0/+319