@casual-simulation/crypto
Advanced tools
Comparing version 3.2.1-alpha.5649263218 to 3.2.7-alpha.7203795135
import { hmac, sha256 } from 'hash.js'; | ||
import stringify from 'fast-json-stable-stringify'; | ||
import stringify from '@casual-simulation/fast-json-stable-stringify'; | ||
import { randomBytes } from 'tweetnacl'; | ||
@@ -4,0 +4,0 @@ import { deriveKey } from './Encryption'; |
{ | ||
"name": "@casual-simulation/crypto", | ||
"version": "3.2.1-alpha.5649263218", | ||
"version": "3.2.7-alpha.7203795135", | ||
"description": "Crypto helpers used by AUX", | ||
@@ -43,2 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@casual-simulation/fast-json-stable-stringify": "^3.1.11", | ||
"@types/scrypt-async": "^1.3.1", | ||
@@ -50,3 +51,3 @@ "base64-js": "^1.5.1", | ||
}, | ||
"gitHead": "001469e709f77899edfdbe6974cf13831dcf9ef4" | ||
"gitHead": "f2500c06ff9a65e472ec2bb24841466bc550aae3" | ||
} |
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
81482
6