Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
| | |||||
* | Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash. | lloyd | 2014-01-18 | 2 | -37/+32 |
| | | | | m_ namespaced everything while I'm in there. Changed CMAC poly_double signature. | ||||
* | Fix Skein_512::clear | lloyd | 2014-01-18 | 1 | -2/+2 |
| | |||||
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 2 | -3/+5 |
| | | | | | Remove the unhelpful 'Algorithm' base class which had previously acted more or less as a global base. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 77 | -0/+6481 |