aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecies/ecies.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings with Clang 8Jack Lloyd2019-05-081-2/+3
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-101-6/+10
* Apply final annotations to the library alsoJack Lloyd2017-09-221-3/+3
* More include header cleanupsJack Lloyd2017-09-211-2/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-5/+5
* Clean up use of <limits> headerJack Lloyd2017-09-031-0/+1
* Content:Tomasz Frydrych2017-04-031-0/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-8/+8
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-2/+5
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-0/+3
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-1/+1
* Make pk_ops.h internalJack Lloyd2016-10-081-4/+10
* add more ECIES testsDaniel Neus2016-07-191-2/+2
* replace (deprecated) Pipe API with Cipher_Mode in ECIESDaniel Neus2016-07-131-2/+2
* Add missing override annotation. Fix formatting in ECIES testsJack Lloyd2016-06-301-1/+1
* add ecies implementation according to iso-18033Philipp Weber2016-04-271-0/+293