From c5cf524b22b7e88196437bc6bb0a06ed200da64d Mon Sep 17 00:00:00 2001 From: Mike Hamburg Date: Wed, 1 Apr 2015 17:56:57 -0700 Subject: [PATCH] note that mqv example may run afoul of patents if used in production --- test/bench_decaf.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/test/bench_decaf.cxx b/test/bench_decaf.cxx index 06ceab7..affe031 100644 --- a/test/bench_decaf.cxx +++ b/test/bench_decaf.cxx @@ -156,6 +156,7 @@ static void fhmqv ( Scalar x, const Block &gx, Scalar y, const Block &gy ) { + /* Don't use this, it's probably patented */ Strobe client(Strobe::CLIENT), server(Strobe::SERVER); Scalar xe(rng);