eth-crypto-ts
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -159,2 +159,3 @@ 'use strict'; | ||
const SIGN_PREFIX = '\x19Ethereum Signed Message:\n32'; | ||
const MIN_ENTROPY_SIZE = 128; | ||
@@ -201,2 +202,4 @@ | ||
exports.Hash = Hash; | ||
exports.MIN_ENTROPY_SIZE = MIN_ENTROPY_SIZE; | ||
exports.SIGN_PREFIX = SIGN_PREFIX; | ||
exports.addLeading0x = addLeading0x; | ||
@@ -203,0 +206,0 @@ exports.compress = compress; |
@@ -11,1 +11,3 @@ export * from './lib/cipher'; | ||
export * from './lib/public-key-by-private-key'; | ||
export * from './types'; | ||
export * from './constants'; |
@@ -155,2 +155,3 @@ import { publicKeyConvert, ecdsaSign } from 'secp256k1'; | ||
const SIGN_PREFIX = '\x19Ethereum Signed Message:\n32'; | ||
const MIN_ENTROPY_SIZE = 128; | ||
@@ -195,3 +196,3 @@ | ||
export { Cipher, Hash, addLeading0x, compress, createIdentity, createPrivateKey, decompress, decryptWithPrivateKey, encryptWithPublicKey, hexToUnit8Array, publicKeyByPrivateKey, removeLeading0x, sign, uint8ArrayToHex }; | ||
export { Cipher, Hash, MIN_ENTROPY_SIZE, SIGN_PREFIX, addLeading0x, compress, createIdentity, createPrivateKey, decompress, decryptWithPrivateKey, encryptWithPublicKey, hexToUnit8Array, publicKeyByPrivateKey, removeLeading0x, sign, uint8ArrayToHex }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -155,2 +155,3 @@ import { publicKeyConvert, ecdsaSign } from 'secp256k1'; | ||
const SIGN_PREFIX = '\x19Ethereum Signed Message:\n32'; | ||
const MIN_ENTROPY_SIZE = 128; | ||
@@ -195,3 +196,3 @@ | ||
export { Cipher, Hash, addLeading0x, compress, createIdentity, createPrivateKey, decompress, decryptWithPrivateKey, encryptWithPublicKey, hexToUnit8Array, publicKeyByPrivateKey, removeLeading0x, sign, uint8ArrayToHex }; | ||
export { Cipher, Hash, MIN_ENTROPY_SIZE, SIGN_PREFIX, addLeading0x, compress, createIdentity, createPrivateKey, decompress, decryptWithPrivateKey, encryptWithPublicKey, hexToUnit8Array, publicKeyByPrivateKey, removeLeading0x, sign, uint8ArrayToHex }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "eth-crypto-ts", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "eth-crypto library with typescript", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46314
657
0