Native cipher, with more smoke tests!

This commit is contained in:
md_5
2013-11-19 07:16:06 +11:00
parent 897a59254c
commit 94ee61cd35
18 changed files with 501 additions and 69 deletions

3
native/compile-native.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
gcc -shared -fPIC -O3 -Werror -I/usr/lib/jvm/default-java/include/ src/main/c/NativeCipherImpl.c -o src/main/resources/native-cipher.so -lcrypto