@railgun-community/curve25519-scalarmult-rsjs
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@railgun-community/curve25519-scalarmult-rsjs", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Node.js addon for Curve25519 scalar multiplication written in Rust", | ||
@@ -5,0 +5,0 @@ "author": "RAILGUN Contributors", |
@@ -56,11 +56,11 @@ # Node.js addon for Curve25519 Scalarmult, written in Rust | ||
``` | ||
npx prebuild-for-nodejs-mobile android-arm --sdk31 --verbose | ||
npx prebuild-for-nodejs-mobile android-arm --sdk33 --verbose | ||
``` | ||
``` | ||
npx prebuild-for-nodejs-mobile android-arm64 --sdk31 --verbose | ||
npx prebuild-for-nodejs-mobile android-arm64 --sdk33 --verbose | ||
``` | ||
``` | ||
npx prebuild-for-nodejs-mobile android-x64 --sdk31 --verbose | ||
npx prebuild-for-nodejs-mobile android-x64 --sdk33 --verbose | ||
``` | ||
@@ -67,0 +67,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14673757