diff options
| author | J08nY | 2019-07-24 23:19:03 +0200 |
|---|---|---|
| committer | J08nY | 2019-07-24 23:19:03 +0200 |
| commit | 2d09947b4200799b554c55de52afd612bb06d84e (patch) | |
| tree | 28bda4dc20527d0bb4b6d9fb50ed116f48bf1416 /build-standalone.xml | |
| parent | 628bfd7258bcefa5d0005a370d35e1227ce2f844 (diff) | |
| download | ECTester-2d09947b4200799b554c55de52afd612bb06d84e.tar.gz ECTester-2d09947b4200799b554c55de52afd612bb06d84e.tar.zst ECTester-2d09947b4200799b554c55de52afd612bb06d84e.zip | |
Unify native timing, add more timing sources.
Diffstat (limited to 'build-standalone.xml')
| -rw-r--r-- | build-standalone.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-standalone.xml b/build-standalone.xml index ae49405..90b4fa9 100644 --- a/build-standalone.xml +++ b/build-standalone.xml @@ -133,6 +133,7 @@ <target name="headers" depends="compile"> <javah classpath="${build.classes.dir}" outputfile="src/cz/crcs/ectester/standalone/libs/jni/native.h"> + <class name="cz.crcs.ectester.standalone.libs.NativeECLibrary"/> <class name="cz.crcs.ectester.standalone.libs.TomcryptLib"/> <class name="cz.crcs.ectester.standalone.libs.jni.NativeProvider$TomCrypt"/> <class name="cz.crcs.ectester.standalone.libs.jni.NativeKeyPairGeneratorSpi$TomCrypt"/> |
