From b2f2c1f2c534d20cd06aed7717b19b8ab101e254 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 15 May 2003 17:36:53 +0000 Subject: *** empty log message *** git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@67 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test.cpp') diff --git a/test.cpp b/test.cpp index 640dece..63218f2 100644 --- a/test.cpp +++ b/test.cpp @@ -554,7 +554,6 @@ void RSASignFile(const char *privFilename, const char *messageFilename, const ch { FileSource privFile(privFilename, true, new HexDecoder); RSASSA_PKCS1v15_SHA_Signer priv(privFile); - // RSASSA_PKCS1v15_SHA_Signer ignores the rng. Use a real RNG for other signature schemes! FileSource f(messageFilename, true, new SignerFilter(GlobalRNG(), priv, new HexEncoder(new FileSink(signatureFilename)))); } -- cgit v1.2.1