Go to file
Orson Peters 03db749f2b docs
2013-01-22 11:04:36 +01:00
src docs 2013-01-22 11:04:36 +01:00
ed25519.dll more work - documentation o.0 2013-01-22 10:58:57 +01:00
readme.md docs 2013-01-22 11:04:36 +01:00
test.c more work - documentation o.0 2013-01-22 10:58:57 +01:00

Ed25519

This is a portable implementation of Ed25519. All code is in the public domain.

Usage

Simply add all .c and .h files in the src/ folder to your project and include ed25519.h. If you prefer to use a dll, only copy ed25519.h and define ED25519_DLL before importing.

The API is simple:

int ED25519_DECLSPEC ed25519_create_seed(unsigned char *seed);