From 8ca21bab7d165d7c74a079583f0481239360a44b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 4 Feb 2019 22:22:46 +0100 Subject: [PATCH] chg: [format] authentication header fixed --- format/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format/README.md b/format/README.md index 5352e65..2e86e92 100644 --- a/format/README.md +++ b/format/README.md @@ -10,7 +10,7 @@ | type | uint 8 | Data encapsulated type | | uuid | uint 128 | Sensor UUID | | timestamp | uint 64 | Encapsulation time | -| hmac | uint 256 | Header authentication (HMAC-SHA-256-128) | +| hmac | uint 256 | Authentication header (HMAC-SHA-256-128) | | size | uint 32 | Payload size | ## Types