aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/botan.cpp
Commit message (Expand)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-528/+0
* Fix warnings in standalone shims, update BoringSSL.J08nY2020-08-091-1/+0
* Fix Nettle and LibreSSL implementations.J08nY2019-12-281-1/+1
* Unify native timing, add more timing sources.J08nY2019-07-241-14/+0
* Improve native lib timing.J08nY2018-11-231-0/+21
* Efficiently instantiate prngs in shims.J08nY2018-10-221-22/+17
* Fix gcc and clang warnings in native sources.J08nY2018-10-211-7/+3
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-041-22/+46
* Fix releasing java memory in native shims.J08nY2018-07-241-5/+5
* Elementary support for OpenSSL.J08nY2018-07-181-50/+0
* Add basic support for the Crypto++ library.J08nY2018-05-301-112/+33
* Update Botan library shim to compile without warnings.J08nY2018-05-291-17/+22
* Throw exceptions when operations fail in standalone providers.J08nY2018-01-051-14/+39
* Add Botan signature verification.J08nY2017-12-091-1/+52
* Implement signatures in Botan(no verification yet).J08nY2017-12-091-0/+124
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-3/+324
* Add Botan library.J08nY2017-12-061-0/+110