From ad90736d1654661b3a3d84c0353c4d6a24985223 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 13 Apr 2015 08:55:29 +0000 Subject: [PATCH] akwizgran created page: BQP --- BTP.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BTP.markdown b/BTP.markdown index a8d1929..9cdeefe 100644 --- a/BTP.markdown +++ b/BTP.markdown @@ -117,3 +117,7 @@ The nonce for the frame body is NONCE_LEN bytes long, with the following format: * Remaining bits: Zero The final frame flag allows the recipient to detect the end of the stream without reading to EOF, which is not possible for all transports on all platforms. + +### Headless mode + +BTP may be used in headless mode by supplying an ephemeral key. A headless stream does not have a pseudo-random tag or stream header, just one or more frames encrypted and authenticated with the ephemeral key, as described above.