aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecies/ecies.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CT::Mask typeJack Lloyd2018-11-281-3/+1
* Add missing override annotations [ci skip]Jack Lloyd2018-08-131-1/+1
* Add function to return the size of a key agreement outputJack Lloyd2018-08-121-0/+2
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-101-34/+51
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-6/+1
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-3/+2
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-3/+2
* New API for blinded ECC point multiplicationJack Lloyd2018-02-211-5/+13
* Use shared representation of EC_GroupJack Lloyd2018-01-311-7/+6
* Cleanup ECIES testJack Lloyd2018-01-021-1/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Merge GH #779 Add ECDH/ECIES blinding and DH small subgroup checkingJack Lloyd2016-12-211-5/+8
|\
| * Blind the ECDH/ECIES agree operation.Never2016-12-191-5/+8
* | Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-17/+17
|/
* Pubkey cleanupsJack Lloyd2016-11-121-5/+0
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-19/+2
* Make pk_ops.h internalJack Lloyd2016-10-081-12/+20
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-6/+15
* fix source file encoding ANSI -> UTF-8Daniel Neus2016-08-171-1/+1
* replace (deprecated) Pipe API with Cipher_Mode in ECIESDaniel Neus2016-07-131-19/+18
* ecies review change: decrypt only if mac is correct and catch exceptions duri...Philipp Weber2016-05-231-11/+25
* add ecies implementation according to iso-18033Philipp Weber2016-04-271-0/+385