# @stablelib/ed25519

> Ed25519 public-key signature (EdDSA with Curve25519)

Latest version **2.1.0** (published 2026-03-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @stablelib/ed25519
pnpm add @stablelib/ed25519
yarn add @stablelib/ed25519
bun add @stablelib/ed25519
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2026-03-30 |
| First published | 2017-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 1.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 221 |
| Author | Dmitry Chestnykh |
| Maintainers | dchest |

## Links

- npm: https://www.npmjs.com/package/@stablelib/ed25519
- Repository: https://github.com/StableLib/stablelib
- Homepage: https://github.com/StableLib/stablelib/tree/master/packages/ed25519
- npm.io page: https://npm.io/package/@stablelib/ed25519

## Dependencies (3)

- [@stablelib/wipe](https://npm.io/package/@stablelib/wipe.md) ^2.0.1
- [@stablelib/random](https://npm.io/package/@stablelib/random.md) ^2.0.1
- [@stablelib/sha512](https://npm.io/package/@stablelib/sha512.md) ^2.0.1

## Recent versions

- 2.1.0 (latest) — 2026-03-30
- 2.0.2 — 2025-01-03
- 2.0.1 — 2024-10-21
- 2.0.0 — 2024-06-29
- 1.0.3 — 2022-08-19
- 1.0.2 — 2021-05-21
- 1.0.1 — 2020-02-10
- 1.0.0 — 2020-01-13
- 0.11.0 — 2019-12-04
- 0.10.9 — 2019-11-02
- 0.10.8 — 2019-10-24
- 0.10.7 — 2019-05-16
- 0.7.2 — 2017-05-27
- 0.6.0 — 2017-05-14
- 0.5.0 — 2017-05-07
- … 2 more at https://npm.io/package/@stablelib/ed25519/versions

## README

StableLib
=========

A stable library of useful TypeScript/JavaScript code.


Principles
----------

* Correctness first, performance later.
* Clear code is better than short.
* Better usability means fewer bugs.
* Typing is good, but not too much.


Documentation
-------------

See https://www.stablelib.com


Usage
-----

Install packages via npm from `@stablelib` namespace, for example:

```
npm install @stablelib/base64
```

[See all packages](https://www.npmjs.com/search?q=%40stablelib).


Support
-------

* Paid support for proprietary projects: write to Dmitry Chestnykh <dmitry@codingrobots.com>.
* Free support for open source projects and bug reports for everyone: [issue tracker](https://github.com/stablelib/stablelib/issues).

---
_Source: https://npm.io/package/@stablelib/ed25519 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
