aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecies
Commit message (Expand)AuthorAgeFilesLines
* Make pk_ops.h internalJack Lloyd2016-10-082-16/+30
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-072-7/+16
* fix source file encoding ANSI -> UTF-8Daniel Neus2016-08-171-1/+1
* add more ECIES testsDaniel Neus2016-07-191-2/+2
* replace (deprecated) Pipe API with Cipher_Mode in ECIESDaniel Neus2016-07-133-22/+20
* Add missing override annotation. Fix formatting in ECIES testsJack Lloyd2016-06-301-1/+1
* 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-273-0/+687