mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-17 08:34:11 +02:00
Clarify digest computation
This commit is contained in:
parent
04fda9ca62
commit
f483340033
|
|
@ -168,7 +168,8 @@ paths:
|
||||||
|
|
||||||
- The digest given to the homeserver
|
- The digest given to the homeserver
|
||||||
|
|
||||||
- A secret which, when appended to the nonce, digests to the above digest
|
- A secret which, when appended to the nonce, digests to the above digest,
|
||||||
|
i.e. digest = sha256(nonce + secret)
|
||||||
|
|
||||||
The digest algorithm to be used is SHA256.
|
The digest algorithm to be used is SHA256.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue