From 08b675503d913bb6226e8c89101bbb6df7c05602 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Wed, 20 May 2015 11:50:08 -0400 Subject: [PATCH] Removed some stray whitespace. --- uECC.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uECC.h b/uECC.h index e1a4fa8..ace1f4e 100644 --- a/uECC.h +++ b/uECC.h @@ -78,7 +78,7 @@ return 1 if the random data was generated, or 0 if the random data could not be On platforms where there is no predefined RNG function (eg embedded platforms), this must be called before uECC_make_key() or uECC_sign() are used. - + Inputs: p_rng - The function that will be used to generate random bytes. */ @@ -86,7 +86,7 @@ void uECC_set_rng(uECC_RNG_Function p_rng); /* uECC_make_key() function. Create a public/private key pair. - + Outputs: p_publicKey - Will be filled in with the public key. p_privateKey - Will be filled in with the private key.