Native cipher, with more smoke tests!
This commit is contained in:
3
native/compile-native.sh
Executable file
3
native/compile-native.sh
Executable 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
|
Reference in New Issue
Block a user