feat: trying to get tests and sodium object working with new changes

This commit is contained in:
0x330a
2022-12-07 09:06:08 +11:00
parent b2a3e3e7d5
commit 36b091c640
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
package network.loki.messenger.libsession_util.util
object Sodium {
init {
System.loadLibrary("session_util")
}
external fun ed25519KeyPair(seed: ByteArray): KeyPair
}