Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 26, 2023
1 parent b405ed4 commit a43a4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ and [the online demo](https://paulmillr.com/noble/).
We support all major platforms and runtimes.
For node.js <= 18, a polyfill for `globalThis.crypto` is needed, see below.
For React Native, you may need a [polyfill for getRandomValues](https://github.com/LinusU/react-native-get-random-values).
For React Native, which doesn't implement webcrypto, you may need a [polyfill for crypto.getRandomValues](https://github.com/LinusU/react-native-get-random-values) and either a polyfill for webcrypto, or simply enabling synchronous methods.

```js
import * as ed from '@noble/ed25519';
Expand Down

0 comments on commit a43a4d9

Please sign in to comment.