forked from tornado-packages/noble-curves
readme
This commit is contained in:
parent
ff5b231e31
commit
79dd7d3426
10
README.md
10
README.md
@ -32,14 +32,12 @@ packages. See [Resources](#resources) for articles and real-world software that
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Browser, deno and node.js are supported:
|
|
||||||
|
|
||||||
> npm install @noble/curves
|
> npm install @noble/curves
|
||||||
|
|
||||||
For [Deno](https://deno.land), use it with
|
We support all major platforms and runtimes.
|
||||||
[npm specifier](https://deno.land/manual@v1.28.0/node/npm_specifiers).
|
For [Deno](https://deno.land), ensure to use [npm specifier](https://deno.land/manual@v1.28.0/node/npm_specifiers).
|
||||||
In browser, you could also include the single file from
|
For React Native, you may need a [polyfill for getRandomValues](https://github.com/LinusU/react-native-get-random-values).
|
||||||
[GitHub's releases page](https://github.com/paulmillr/noble-curves/releases).
|
If you don't like NPM, a standalone [noble-curves.js](https://github.com/paulmillr/noble-curves/releases) is also available.
|
||||||
|
|
||||||
The library is tree-shaking-friendly and does not expose root entry point as
|
The library is tree-shaking-friendly and does not expose root entry point as
|
||||||
`@noble/curves`. Instead, you need to import specific primitives.
|
`@noble/curves`. Instead, you need to import specific primitives.
|
||||||
|
Loading…
Reference in New Issue
Block a user