aboutsummaryrefslogtreecommitdiff
path: root/build-standalone.xml
diff options
context:
space:
mode:
authorJ08nY2018-10-17 22:41:19 +0200
committerJ08nY2018-10-21 13:30:48 +0200
commitba5cfcc98d7bf5107e6aac3a4e5c7416ab7b76a7 (patch)
treea69e6b18ccdcc05baa1d9154c2cf5fb30cd776f7 /build-standalone.xml
parent030629076791f517622f7fc8fcfcf51e10f6e063 (diff)
downloadECTester-ba5cfcc98d7bf5107e6aac3a4e5c7416ab7b76a7.tar.gz
ECTester-ba5cfcc98d7bf5107e6aac3a4e5c7416ab7b76a7.tar.zst
ECTester-ba5cfcc98d7bf5107e6aac3a4e5c7416ab7b76a7.zip
Add support for libgcrypt ecdh and ecdsa.
Diffstat (limited to 'build-standalone.xml')
-rw-r--r--build-standalone.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-standalone.xml b/build-standalone.xml
index 84f4595..9a47642 100644
--- a/build-standalone.xml
+++ b/build-standalone.xml
@@ -169,6 +169,8 @@
<class name="cz.crcs.ectester.standalone.libs.jni.NativeKeyPairGeneratorSpi$Gcrypt"/>
<class name="cz.crcs.ectester.standalone.libs.jni.NativeECPublicKey$Gcrypt"/>
<class name="cz.crcs.ectester.standalone.libs.jni.NativeECPrivateKey$Gcrypt"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.NativeKeyAgreementSpi$Gcrypt"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.NativeSignatureSpi$Gcrypt"/>
</javah>
</target>
</project>