From 161d680434f41f71fd44b285ac267f17b08bcdf9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 11 Feb 2019 11:40:05 -0500 Subject: [PATCH] Back-off ChaCha assert at the moment (GH #790) We don't know what we are supposed to do at the moment. We need the CFRG or IETF to say what is supposed to happen. --- chacha.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chacha.cpp b/chacha.cpp index e8e26fa9..9e0e3d37 100644 --- a/chacha.cpp +++ b/chacha.cpp @@ -487,7 +487,7 @@ void ChaChaTLS_Policy::OperateKeystream(KeystreamOperation operation, // know what we should do. // Also see https://github.com/weidai11/cryptopp/issues/790 and // https://mailarchive.ietf.org/arch/msg/cfrg/gsOnTJzcbgG6OqD8Sc0GO5aR_tU - CRYPTOPP_ASSERT(discard==0); + // CRYPTOPP_ASSERT(discard==0); } ////////////////////////////// IETF XChaCha20 //////////////////////////////