ed25519

ed25519 key crypto bindings


Keywords
ed25519, cryptography, crypto, publickey, privatekey, signing, keyexchange, native
License
MIT
Install
nimble install ed25519

Documentation

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!