Clarify digest computation

This commit is contained in:
Daniel Wagner-Hall 2015-09-14 15:16:30 +01:00
parent 04fda9ca62
commit f483340033

View file

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