Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -242/+0 |
| | |||||
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -1/+1 |
| | | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed. | ||||
* | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 1 | -0/+4 |
| | | | | added to the flags here. | ||||
* | Indent | lloyd | 2011-03-21 | 1 | -6/+6 |
| | |||||
* | Use the same mesasge expansion trick in SHA-512. Performance on | lloyd | 2011-03-13 | 1 | -115/+117 |
| | | | | an i7-860 goes from 197 MiB/s to 256 - a 30% improvement! | ||||
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 1 | -9/+9 |
| | |||||
* | Split SHA-2 into 32 and 64 bit versions; they are totally independent | lloyd | 2010-09-30 | 1 | -0/+236 |
of each other anyway. |