aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java
Commit message (Expand)AuthorAgeFilesLines
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-1/+41
* Add Botan library.J08nY2017-12-061-0/+6
* Remove ECParametersSPec check in NativeKeyAgreementSpi.J08nY2017-12-011-7/+0
* Implement ECDSA for LibTomCrypt.J08nY2017-11-301-2/+2
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-301-2/+2
* Implement ECDH for TomCrypt.J08nY2017-11-301-5/+57
* Sketch out native SPI classes.J08nY2017-11-291-0/+46