rn-dilithium
v0.3.2
Published
Post quantum sipher for react-native
Downloads
12
Readme
rn-dilithium
Post quantum sipher for react-native
Installation
npm install rn-dilithium
Build for IOS
cmake -B build -G Xcode -DCMAKE_TOOLCHAIN_FILE=./ios.toolchain.cmake -DPLATFORM=SIMULATORARM64
cmake --build build --config Release
Create XCFramework
xcodebuild -create-xcframework \
-framework simulator/dilithium.framework \
-framework iphoneos/dilithium.framework \
-output ios_framework/dilithium.xcframework