From 0ca4c41a9780814de19b997f1635668781dd5fdb Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 10 Feb 2019 23:08:14 -0500 Subject: Add ed25519 SignStream and VerifyStream functions (GH #796, PR #797) --- validat7.cpp | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'validat7.cpp') diff --git a/validat7.cpp b/validat7.cpp index db9c31ea..ad8bf755 100644 --- a/validat7.cpp +++ b/validat7.cpp @@ -537,6 +537,59 @@ bool TestEd25519() else std::cout << "FAILED:"; std::cout << " " << SIGN_COUNT << " verifications" << std::endl; + + // Test signature verification using streams + for (unsigned int i = 0; i