@hashgraph/cryptography
Advanced tools
Comparing version
{ | ||
"name": "@hashgraph/cryptography", | ||
"version": "1.5.0-beta.4", | ||
"version": "1.5.0-beta.5", | ||
"description": "Cryptographic utilities and primitives for the Hiero SDK", | ||
@@ -112,3 +112,3 @@ "main": "./lib/index.cjs", | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"eslint-plugin-n": "^16.2.0", | ||
"eslint-plugin-n": "^17.16.1", | ||
"expo": "^52.0.37", | ||
@@ -115,0 +115,0 @@ "expo-crypto": "^12.0.0", |
@@ -6,2 +6,5 @@ import * as hex from "../encoding/hex.js"; | ||
// this will be executed in browser environment so we can use window.crypto | ||
/* eslint-disable n/no-unsupported-features/node-builtins */ | ||
export const CipherAlgorithm = { | ||
@@ -8,0 +11,0 @@ Aes128Ctr: "AES-128-CTR", |
import * as utf8 from "../encoding/utf8.js"; | ||
// this will be executed in browser environment so we can use window.crypto | ||
/* eslint-disable n/no-unsupported-features/node-builtins */ | ||
/** | ||
@@ -4,0 +7,0 @@ * @enum {string} |
import * as utf8 from "../encoding/utf8.js"; | ||
// this will be executed in browser environment so we can use window.crypto | ||
/* eslint-disable n/no-unsupported-features/node-builtins */ | ||
/** | ||
@@ -4,0 +7,0 @@ * @typedef {import("./hmac.js").HashAlgorithm} HashAlgorithm |
@@ -0,1 +1,4 @@ | ||
// this will be executed in browser environment so we can use window.crypto | ||
/* eslint-disable n/no-unsupported-features/node-builtins */ | ||
/** | ||
@@ -2,0 +5,0 @@ * @param {Uint8Array} data |
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
503564
0.22%17237
0.09%