0.31.0 • Published 6 years ago

@equibit/wallet-crypto v0.31.0

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

Build Status

Equibit Wallet Crypto Utils

This is a collection of crypto libraries for Equibit Wallet app.

Release branch contains dist folders with a minified (for now) bundle built with browserify:

  • dist/wallet-crypto.min.js

Install:

npm install @equibit/wallet-crypto

API

Main export contains the following properties:

  • bip39 - bip39 library,
  • bitcoin - bitcoinjs-lib library,
  • pbkdf2 - pbkdf2.pbkdf2 method,
  • pbkdf2Sync - pbkdf2.pbkdf2Sync method,
  • createHmac - create-hmac library,
  • createHash - create-hash library,
  • createCipher - createCipher method of crypto-browserify,
  • createDecipher - createDecipher method of crypto-browserify,
  • eqbTxBuilder - tx-builder-equibit Equibit library,
  • walletMessage - wallet-message Equibit library

Test and build:

npm test

Build:

npm run build

Release Notes:

  • 0.31.0 Updated to use v0.17.0 of tx-builder-equibit
  • 0.17.0 Experiment package with a simplified hashlock script.
  • 0.13.0 Added safe-buffer and re-export Buffer.
  • 0.7.0 Added wallet-message library.
  • 0.6.4 Initial version that includes bip39, bitcoinjs-lib, tx-builder-equibit and some others.
0.31.0

6 years ago

0.30.0

6 years ago

0.29.0

6 years ago

0.28.0

6 years ago

0.27.0

6 years ago

0.26.0

6 years ago

0.25.0

6 years ago

0.24.0

6 years ago

0.23.0

6 years ago

0.22.0

6 years ago

0.21.0

6 years ago

0.20.0

6 years ago

0.19.0

6 years ago

0.18.0

6 years ago

0.16.0

6 years ago

0.15.0

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.7

6 years ago

0.9.6

6 years ago

0.9.5

6 years ago

0.9.4

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.2

7 years ago

0.4.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago