niv / ed25519.nim

ed25519 key crypto bindings
http://niv.github.io/ed25519.nim/docs/0.1.0/ed25519.html
5 stars 1 forks source link

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!