From 5352a6b0fa8be10289af551307a38279cd8ecf89 Mon Sep 17 00:00:00 2001 From: Orson Peters Date: Wed, 13 Mar 2013 11:36:02 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6615a01..249d78c 100644 --- a/readme.md +++ b/readme.md @@ -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`