ed25519
ed25519 key crypto bindings
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install ed25519
choosenim install ed25519
git clone https://github.com/niv/ed25519.nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| ed25519 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/niv/ed25519.nim |
|---|---|
| Homepage | https://github.com/niv/ed25519.nim |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
ed25519 bindings for nim
This just implements the ed25519 bindings, implementing the code from https://github.com/orlp/ed25519/. Code is in-tree, not pulled in at install time.
Tested to compile on Linux, OSX, and Windows.
Not audited for security; trusting upstream!