NativeSecp256k1JvmLoader

object NativeSecp256k1JvmLoader

Set the system properties, org.sqlite.lib.path, org.sqlite.lib.name, appropriately so that the SQLite JDBC driver can find *.dll, *.jnilib and *.so files, according to the current OS (win, linux, mac). The library files are automatically extracted from this project's package (JAR). usage: call .initialize before using SQLite JDBC driver.

Author

leo

Functions

Link copied to clipboard
fun cleanup()

Deleted old native libraries e.g. on Windows the DLL file is not removed on VM-Exit (bug #80)

Link copied to clipboard
fun load(): Secp256k1

Loads secp256k1 native library.