From 484c7f7e6649181a350ec934f0a55b3ccd1323ac Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Thu, 14 Mar 2019 17:33:51 +0000 Subject: [PATCH] Update BTP.md --- protocols/BTP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/BTP.md b/protocols/BTP.md index 10ae822..1e19987 100644 --- a/protocols/BTP.md +++ b/protocols/BTP.md @@ -104,7 +104,7 @@ Before two endpoints can communicate using BTP they must agree on the following - len(x) denotes the length of x in bytes -- int_n(x) denotes x represented as a big-endian n-bit integer +- int_n(x) denotes x represented as an unsigned, big-endian, n-bit integer ### 1.7 Cryptographic Primitives -- GitLab