From bf208d5eaf3e3b0205e72ef0afed52b4b2e8d6f6 Mon Sep 17 00:00:00 2001 From: kokke Date: Tue, 19 Dec 2017 02:05:09 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f2b903..1910387 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The API is very simple and looks like this (I am using C99 ``-style an ```C /* Initialize context calling one of: */ void AES_init_ctx(struct AES_ctx* ctx, const uint8_t* key); -void AES_init_ctx_iv(struct AES_ctx* ctx,const uint8_t* key, const uint8_t* iv); +void AES_init_ctx_iv(struct AES_ctx* ctx, const uint8_t* key, const uint8_t* iv); /* ... or reset IV at random point: */ void AES_ctx_set_iv(struct AES_ctx* ctx, const uint8_t* iv); -- cgit v1.2.3