aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/cryptopp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-767/+0
* Unify native timing, add more timing sources.J08nY2019-07-241-12/+0
* Improve native lib timing.J08nY2018-11-231-0/+23
* Efficiently instantiate prngs in shims.J08nY2018-10-221-4/+2
* Fix gcc and clang warnings in native sources.J08nY2018-10-211-2/+8
* Switch Crypto++ to output signatures in DER format.J08nY2018-08-111-11/+26
* Rename Crypto++ ECDSA algos, as they differ from the named ones.J08nY2018-08-101-5/+5
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-041-1/+6
* Fix releasing java memory in native shims.J08nY2018-07-241-7/+7
* Elementary support for OpenSSL.J08nY2018-07-181-53/+0
* Complete the support for Crypto++ (atleast ECDH and ECDSA).J08nY2018-07-171-5/+215
* Add support for key generation using Crypto++.J08nY2018-05-301-14/+468
* Add basic support for the Crypto++ library.J08nY2018-05-301-0/+121