Fix typo in encryption documentation
This commit is contained in:
parent
de0f625ac3
commit
04027d1b60
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue