From 76b47204dfc40b0e285ce64a978daccaf3db3b2f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 6 Feb 2019 04:14:39 -0500 Subject: Add IETF XChaCha20Poly1305 (GH #727, PR #795) --- chacha.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chacha.cpp') diff --git a/chacha.cpp b/chacha.cpp index 437aeff7..e8e26fa9 100644 --- a/chacha.cpp +++ b/chacha.cpp @@ -558,7 +558,7 @@ void XChaCha20_Policy::SeekToIteration(lword iterationCount) { // Should we throw here??? XChaCha does not have a block // counter, so I'm not sure how to seek on it. - CRYPTOPP_ASSERT(0); + CRYPTOPP_ASSERT(0); CRYPTOPP_UNUSED(iterationCount); } unsigned int XChaCha20_Policy::GetAlignment() const -- cgit v1.2.1