From 87ba1c22e9712a1e4000f1c03a7a1e630dabb868 Mon Sep 17 00:00:00 2001 From: Chris Oei Date: Sun, 2 Sep 2012 20:56:42 -0700 Subject: [PATCH] Fixed comment in FORMAT file --- FORMAT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FORMAT b/FORMAT index 10f699d..ce8c3ee 100644 --- a/FORMAT +++ b/FORMAT @@ -11,7 +11,7 @@ offset length 48 16 first 16 bytes of SHA256(bytes 0 .. 47) 64 32 HMAC-SHA256(bytes 0 .. 63) 96 X data xor AES256-CTR key stream generated with nonce == 0 -96+X 32 HMAC-SHA256(bytes 96 .. 96 + (X - 1)) +96+X 32 HMAC-SHA256(bytes 0 .. 96 + (X - 1)) AES256-CTR is computed with a 256-bit AES key key_enc, and HMAC-SHA256 is computed with a 256-bit key key_hmac, where