mirror of
https://github.com/niv/ed25519.nim
synced 2026-01-02 08:24:40 +00:00
No description
| ed25519 | ||
| .gitignore | ||
| ed25519.nim | ||
| ed25519.nimble | ||
| README.md | ||
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!