Fix typo in encryption documentation

This commit is contained in:
Steffen van Bergerem 2017-01-15 04:09:02 +01:00
parent de0f625ac3
commit 04027d1b60
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B

View file

@ -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