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

fix: remove iso-random-stream dependency #262

Merged
merged 1 commit into from
Aug 3, 2022

Commits on Jul 20, 2022

  1. chore: remove iso-random-stream dependency

    This dependency brings in NodeJS's `Buffer` which then needs to be
    polyfilled in the browser.
    
    @noble/secp256k1 already brings a utility that switch between Node's and
    the browser's `randomBytes` interfaces.
    D4nte committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    25493fc View commit details
    Browse the repository at this point in the history