Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -26/+26 |
* | Pubkey cleanups | Jack Lloyd | 2016-11-12 | 1 | -5/+0 |
* | Add ECKCDSA signature algorithm | René Korthaus | 2016-06-14 | 1 | -4/+24 |
* | Clean up PK decryption encoding. | Jack Lloyd | 2016-03-20 | 1 | -6/+1 |
* | Add PK_Decryptor::decrypt_or_random | Jack Lloyd | 2016-03-20 | 1 | -2/+6 |
* | Add generalized KEM interface | Jack Lloyd | 2015-12-26 | 1 | -0/+43 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -1/+1 |
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -3/+3 |
* | Move the signature padding schemes to the PK operation classes, | lloyd | 2015-03-23 | 1 | -3/+55 |
* | In PK encrypt/decrypt move pad calls to the operation. This allows an | lloyd | 2015-03-14 | 1 | -0/+80 |