Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge GH #779 Add ECDH/ECIES blinding and DH small subgroup checking | Jack Lloyd | 2016-12-21 | 1 | -5/+8 |
|\ | |||||
| * | Blind the ECDH/ECIES agree operation. | Never | 2016-12-19 | 1 | -5/+8 |
* | | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -17/+17 |
|/ | |||||
* | Pubkey cleanups | Jack Lloyd | 2016-11-12 | 1 | -5/+0 |
* | Simplify some code by using T::create_or_throw | Jack Lloyd | 2016-11-03 | 1 | -19/+2 |
* | Make pk_ops.h internal | Jack Lloyd | 2016-10-08 | 1 | -12/+20 |
* | Remove Algo_Registry usage from public key code. | Jack Lloyd | 2016-10-07 | 1 | -6/+15 |
* | fix source file encoding ANSI -> UTF-8 | Daniel Neus | 2016-08-17 | 1 | -1/+1 |
* | replace (deprecated) Pipe API with Cipher_Mode in ECIES | Daniel Neus | 2016-07-13 | 1 | -19/+18 |
* | ecies review change: decrypt only if mac is correct and catch exceptions duri... | Philipp Weber | 2016-05-23 | 1 | -11/+25 |
* | add ecies implementation according to iso-18033 | Philipp Weber | 2016-04-27 | 1 | -0/+385 |