Slightly clarify pepper value

This commit is contained in:
Andrew Morgan 2019-07-31 11:16:58 +01:00
parent 57de107ea9
commit 9913f5bc29

View file

@ -107,8 +107,8 @@ GET /_matrix/identity/v2/hash_details
The name `lookup_pepper` was chosen in order to account for pepper values The name `lookup_pepper` was chosen in order to account for pepper values
being returned for other endpoints in the future. The contents of being returned for other endpoints in the future. The contents of
`lookup_pepper` MUST match the regular expression `[a-zA-Z0-9]+`, whether `lookup_pepper` MUST match the regular expression `[a-zA-Z0-9]+`, whether
hashing is being performed or not. When no hashing is occuring, a pepper hashing is being performed or not. When no hashing is occuring, a valid
value of at least length 1 is still required. pepper value of at least length 1 is still required.
If hashing, the client appends the pepper to the end of the 3PID string, If hashing, the client appends the pepper to the end of the 3PID string,
after a space. after a space.