Blog signature must cover the client ID

akwizgran
2015-04-24 18:27:05 +00:00
parent 4c5082e1c6
commit 7ccde30b78

@@ -7,7 +7,7 @@ ForumClient uses the following client identifer:
Each forum has its own channel, and there is a single invitation channel shared by all forums. The [channel descriptor](BSP#channel-identifiers) for the invitation channel is an empty [BDF list](BDF).
The channel descriptor for a forum channel is a list with two elements: `title` (string) and `salt` (raw). The salt is HASH_LEN random bytes to prevent collisions between forums with the same name.
The channel descriptor for a forum channel is a list with two elements: `title` (string) and `salt` (raw). The salt is HASH_LEN random bytes to prevent collisions between forums with the same title.
### Message types