Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zilliqa-js/crypto

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zilliqa-js/crypto - npm Package Compare versions

Comparing version 3.4.2-rc.0 to 3.4.2

2

dist/cjs/src/bech32.js

@@ -42,3 +42,3 @@ "use strict";

// THE SOFTWARE.
var buffer_1 = require("buffer");
var buffer_1 = require("buffer"); /* tslint:disable:no-unused-variable */
var CHARSET = "qpzry9x8gf2tvdw0s3jn54khce6mua7l";

@@ -45,0 +45,0 @@ var GENERATOR = [0x3b6a57b2, 0x26508e6d, 0x1ea119fa, 0x3d4233dd, 0x2a1462b3];

@@ -23,3 +23,3 @@ "use strict";

exports.schnorr = schnorr;
var buffer_1 = require("buffer");
var buffer_1 = require("buffer"); /* tslint:disable:no-unused-variable */
var signature_1 = require("./signature");

@@ -26,0 +26,0 @@ Object.defineProperty(exports, "Signature", { enumerable: true, get: function () { return signature_1.Signature; } });

@@ -26,3 +26,3 @@ "use strict";

var uuid_1 = require("uuid");
var buffer_1 = require("buffer");
var buffer_1 = require("buffer"); /* tslint:disable:no-unused-variable */
var util_1 = require("@zilliqa-js/util");

@@ -29,0 +29,0 @@ var random_1 = require("./random");

@@ -34,3 +34,3 @@ "use strict";

var elliptic_1 = tslib_1.__importDefault(require("elliptic"));
var buffer_1 = require("buffer");
var buffer_1 = require("buffer"); /* tslint:disable:no-unused-variable */
var hash_js_1 = tslib_1.__importDefault(require("hash.js"));

@@ -37,0 +37,0 @@ var hmac_drbg_1 = tslib_1.__importDefault(require("hmac-drbg"));

@@ -39,3 +39,3 @@ // Copyright (C) 2018 Zilliqa

// THE SOFTWARE.
import { Buffer } from "buffer";
import { Buffer } from "buffer"; /* tslint:disable:no-unused-variable */
var CHARSET = "qpzry9x8gf2tvdw0s3jn54khce6mua7l";

@@ -42,0 +42,0 @@ var GENERATOR = [0x3b6a57b2, 0x26508e6d, 0x1ea119fa, 0x3d4233dd, 0x2a1462b3];

@@ -18,3 +18,3 @@ // Copyright (C) 2018 Zilliqa

import * as schnorr from "./schnorr";
import { Buffer } from "buffer";
import { Buffer } from "buffer"; /* tslint:disable:no-unused-variable */
import { Signature } from "./signature";

@@ -21,0 +21,0 @@ /**

@@ -23,3 +23,3 @@ // Copyright (C) 2018 Zilliqa

import { v4 as uuidv4 } from "uuid";
import { Buffer } from "buffer";
import { Buffer } from "buffer"; /* tslint:disable:no-unused-variable */
import { bytes } from "@zilliqa-js/util";

@@ -26,0 +26,0 @@ import { randomBytes } from "./random";

@@ -30,3 +30,3 @@ /*!

import elliptic from "elliptic";
import { Buffer } from "buffer";
import { Buffer } from "buffer"; /* tslint:disable:no-unused-variable */
import hashjs from "hash.js";

@@ -33,0 +33,0 @@ import DRBG from "hmac-drbg";

{
"name": "@zilliqa-js/crypto",
"version": "3.4.2-rc.0",
"version": "3.4.2",
"description": "Core crypto utilities for signing/verification/hashing Zilliqa transactions.",

@@ -34,3 +34,3 @@ "maintainers": [

"uuid": "8.3.2",
"@zilliqa-js/util": "3.4.2-rc.0"
"@zilliqa-js/util": "3.4.2"
},

@@ -37,0 +37,0 @@ "devDependencies": {

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

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 too big to display

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

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 too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc