@waves/ride-js
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "@waves/ride-js", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Js compiler for Ride - Waves smart contract language.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -25,3 +25,3 @@ const crypto = require('@waves/ts-lib-crypto'); | ||
}; | ||
global.curve25519verify = function (key, msg, sig) { | ||
global.curve25519verify = function (msg, sig, key) { | ||
return crypto.verifySignature(new Uint8Array(key), new Uint8Array(msg), new Uint8Array(sig)) | ||
@@ -28,0 +28,0 @@ }; |
Sorry, the diff of this file is too big to display
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