Releases: paulmillr/noble-ed25519
Releases · paulmillr/noble-ed25519
1.3.3
- Be friendly to bad ECMAScript parsers by not using bigint literals like 123n
1.3.2
- Fix ESM and Deno compatibility
1.3.1
- ECMAScript module (ESM) support
- Do not depend on
@types/dom
with typescript
- Hex parsing security improvements
- Disallow private scalars that are bigger than curve order in
Point#multiply
1.3.0
- Security improvement: moved npm package to
@noble/ed25519
(from noble-ed25519). Namespaces cannot be used by other people, so by using @noble
you can be sure it's authentic
- Rollup build improvements
1.2.6
- Small improvements to
utils
1.2.5
- Adds support for service workers in browsers. Thanks to @Mrtenz
1.2.4
Added browser
field to package.json