mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-05 23:43:43 +01:00
Clarify digest computation
This commit is contained in:
parent
04fda9ca62
commit
f483340033
|
|
@ -168,7 +168,8 @@ paths:
|
|||
|
||||
- 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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue