crypto-browserify
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -1,2 +0,1 @@ | ||
var Buffer = require('buffer').Buffer; | ||
var intSize = 4; | ||
@@ -3,0 +2,0 @@ var zeroBuffer = new Buffer(intSize); zeroBuffer.fill(0); |
@@ -1,2 +0,1 @@ | ||
var Buffer = require('buffer').Buffer | ||
var rng = require('./rng') | ||
@@ -3,0 +2,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "partial implementation of crypto for the browser", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"homepage": "https://github.com/dominictarr/crypto-browserify", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -6,4 +6,2 @@ // JavaScript PBKDF2 Implementation | ||
var Buffer = require('buffer').Buffer | ||
var blocksize = 64 | ||
@@ -10,0 +8,0 @@ var zeroBuffer = new Buffer(blocksize); zeroBuffer.fill(0) |
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
36022
985