From 3d52d0acca15b505c36765a41a2acab8a14c3c43 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 25 Mar 2019 17:44:17 +0800 Subject: [PATCH] oops fix readme :100: --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e146b0d..c97d9d1 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,11 @@ location ~* "^\/([0-9a-z]{27})$" { Void Binary File Format (VBF2) === *All numbers are little endian* + | Name | Size | Description | |---|---|---| | version | 1 byte unsigned number | Binary file format version | -| magic | 4 bytes | "VOID" encoded to UTF8 string +| magic | 4 bytes | "VOID" encoded to UTF8 string | | uploaded | 4 byte unsigned number | Unix timestamp of when the upload started | | payload | EOF - 32 bytes | The encrypted payload | | hash | 32 bytes HMAC-SHA265 | The HMAC of the unencrypted file* |