No description
Find a file
2017-01-20 17:30:58 +01:00
ed25519 orlp/ed25519: pull in 4d8b564 from upstream 2017-01-20 17:30:31 +01:00
.gitignore straight up C bindings 2016-04-11 23:24:17 +02:00
ed25519.nim move incredibly simple test suite for compile/run checks only inline 2017-01-18 17:23:32 +01:00
ed25519.nimble 0.1.1 2017-01-20 17:30:58 +01:00
README.md fix description, add readme 2016-04-11 23:45:59 +02:00

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!