From d9c81ea53137ff7a77ce04e1e6f7b1ab71085221 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 24 Apr 2015 15:54:39 +0000 Subject: [PATCH] Blog signature must cover timestamp --- BDF.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BDF.markdown b/BDF.markdown index df00b9b..839b68b 100644 --- a/BDF.markdown +++ b/BDF.markdown @@ -12,4 +12,4 @@ Each object consists of a type, length and value. The first four bits give the t * **7: Dictionary** - Length is 0. The value consists of zero or more key-value pairs followed by an end marker. The keys are strings and the values may be of any type. * **8: End** - Length is 0, value is empty. Marks the end of a list or dictionary. -All integers are big-endian two's complement, floating point numbers are IEEE 754, and strings are UTF-8. Integers must be represented using the minimum number of bytes. +All integers are big-endian two's complement, floating point numbers are IEEE 754, and strings are UTF-8. Integers must be represented using the minimum number of bytes. A dictionary's keys must all be different and may not be empty.