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

Missing crypto dependency #18

Open
hle-skillz opened this issue Aug 18, 2021 · 1 comment
Open

Missing crypto dependency #18

hle-skillz opened this issue Aug 18, 2021 · 1 comment

Comments

@hle-skillz
Copy link

Since crypto is a built-in node module not meant for the browser:
https://www.npmjs.com/package/crypto

does this project need to import crypto-js instead?
https://www.npmjs.com/package/crypto-js

import { randomBytes, createHash } from 'crypto'

@t-knapp
Copy link
Contributor

t-knapp commented Jan 17, 2022

Take a look at this: #33

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants