Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

fix: add buffer, cleanup, reduce size #170

Merged
merged 5 commits into from
Mar 23, 2020
Merged

fix: add buffer, cleanup, reduce size #170

merged 5 commits into from
Mar 23, 2020

Commits on Mar 15, 2020

  1. fix: add buffer, cleanup, reduce size

    - add buffer related to ipfs/js-ipfs#2924
    - remove unnecessary eslint ignore
    - remove tweelnacl and use node-forge
    - remove browserify-aes  and use node-forge
    - use multibase to encode b58
    - require only sha256 from multihashing
    - reduce bundle size
    
    after all the deps here ipfs/js-ipfs#2924 are merged libp2p-crypto will be able to be bundle with `node: false` 🎉
    hugomrdias committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    c39c6ea View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. fix: reduce bundle size

    hugomrdias committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    825ba14 View commit details
    Browse the repository at this point in the history
  2. fix: use new secp

    hugomrdias committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    822b577 View commit details
    Browse the repository at this point in the history
  3. fix: bundle size

    hugomrdias committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    adf57cb View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. chore: update secp

    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    hugomrdias and jacobheun authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    0a73c6a View commit details
    Browse the repository at this point in the history