aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecies.cpp
Commit message (Expand)AuthorAgeFilesLines
* add more ECIES testsDaniel Neus2016-07-191-0/+208
* replace (deprecated) Pipe API with Cipher_Mode in ECIESDaniel Neus2016-07-131-1/+0
* Various fixes with bsi module policyRené Korthaus2016-07-041-0/+3
* Add missing override annotation. Fix formatting in ECIES testsJack Lloyd2016-06-301-20/+19
* ecies: fix tests for ecies-iso (allow empty ciphertext)Philipp Weber2016-05-301-3/+6
* ecies review change: test for exception if the ciphertext is invalidPhilipp Weber2016-05-301-0/+8
* ecies review change: add missing ciphertext to test vectorsPhilipp Weber2016-05-231-4/+1
* ecies review change: make constant vector with test data const instead of staticPhilipp Weber2016-05-231-1/+1
* add ecies implementation according to iso-18033Philipp Weber2016-04-271-0/+246