From 04027d1b609ca164ba21a0da216c52b94787acde Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 15 Jan 2017 04:09:02 +0100 Subject: [PATCH] Fix typo in encryption documentation --- docs/federation/encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/federation/encryption.md b/docs/federation/encryption.md index 4bd0ae0..c1ded56 100644 --- a/docs/federation/encryption.md +++ b/docs/federation/encryption.md @@ -34,7 +34,7 @@ diaspora\* wraps the Salmon [Magic Envelope][magicsig] into a simple JSON struct | `key` | The base64 encoded AES key. | | `iv` | The base64 encoded AES iv. | -Both `key` and `id` have to be suitable for AES-256-CBC. +Both `key` and `iv` have to be suitable for AES-256-CBC. ## Additional information and specifications