From 6d57f6b9c5710aa4e4e5cdd17e9f7f465ddc39a8 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 24 Apr 2015 18:31:11 +0000 Subject: [PATCH] Blog signature must cover the client ID --- ForumClient.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ForumClient.markdown b/ForumClient.markdown index 830294f..f0fb7bf 100644 --- a/ForumClient.markdown +++ b/ForumClient.markdown @@ -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 title. +The 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