update some examples to use new algorithm name
This commit is contained in:
parent
eb17e5d826
commit
f7ebda040e
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ A key with ID `abcdefg` is stored in `m.secret_storage.key.abcdefg`
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Some key",
|
"name": "Some key",
|
||||||
"algorithm": "m.secret_storage.v1.curve25519-aes-sha2",
|
"algorithm": "m.secret_storage.v1.aes-hmac-sha2",
|
||||||
// ... other properties according to algorithm
|
// ... other properties according to algorithm
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -106,7 +106,7 @@ and the key descriptions for the keys would be:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Some key",
|
"name": "Some key",
|
||||||
"algorithm": "m.secret_storage.v1.curve25519-aes-sha2",
|
"algorithm": "m.secret_storage.v1.aes-hmac-sha2",
|
||||||
// ... other properties according to algorithm
|
// ... other properties according to algorithm
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -116,7 +116,7 @@ and the key descriptions for the keys would be:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Some other key",
|
"name": "Some other key",
|
||||||
"algorithm": "m.secret_storage.v1.curve25519-aes-sha2",
|
"algorithm": "m.secret_storage.v1.aes-hmac-sha2",
|
||||||
// ... other properties according to algorithm
|
// ... other properties according to algorithm
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue