Update readme.md

This commit is contained in:
Orson Peters 2013-03-13 11:36:02 +01:00
parent 8b7c17d5da
commit 5352a6b0fa
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ a 32 byte buffer.
```c
void ed25519_sign(unsigned char *signature,
const unsigned char *message, size_t message_len,
const unsigned char *public_key, const unsigned char *private_key);
const unsigned char *message, size_t message_len,
const unsigned char *public_key, const unsigned char *private_key);
```
Creates a signature of the given message with the given key pair. `signature`