Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/pbkdf: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 4 | -12/+12 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -2/+2 |
* | Convert HKDF to the normal KDF interface | lloyd | 2015-02-18 | 1 | -3/+2 |
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 6 | -127/+179 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 1 | -1/+1 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 7 | -2/+57 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 6 | -6/+6 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 2 | -2/+0 |
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 2 | -17/+5 |
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 1 | -8/+4 |
* | Move lib into src | lloyd | 2014-01-10 | 9 | -0/+466 |