Foundations(iOS Sourceset): Provide implementation for LibSodiumInstance.ios.kt, using the native library(shipped in project). Generate cinterop definition file with custom Gradle task. Defines bindings for use in actual code(may be streamlined later). Adds NIP44 tests and makes sure they pass.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module Clibsodium {
|
||||
header "sodium.h"
|
||||
export *
|
||||
}
|
||||
Reference in New Issue
Block a user