summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2021-05-24 05:21:08 +1000
committerDavid Hook <dgh@bouncycastle.org>2021-05-24 05:21:08 +1000
commitfcb8b226a1aace69e2dbada4bbf28084422b8483 (patch)
tree3ba2c815cb3011accb7e084bb4599fd6dcacf124
parentgithub #23 added method for handling signing subkey (diff)
downloadBouncyCastle.NET-ed25519-fcb8b226a1aace69e2dbada4bbf28084422b8483.tar.xz
removed bogus code
-rw-r--r--crypto/src/openpgp/PgpSignatureGenerator.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/src/openpgp/PgpSignatureGenerator.cs b/crypto/src/openpgp/PgpSignatureGenerator.cs
index 74dff2570..c5309689f 100644
--- a/crypto/src/openpgp/PgpSignatureGenerator.cs
+++ b/crypto/src/openpgp/PgpSignatureGenerator.cs
@@ -75,12 +75,6 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp
 			lastb = 0;
 		}
 
-		public void InitSign(
-			int sigType,
-			ISignatureWithDigestFactory signer)
-		{
-		}
-
 		public void Update(
             byte b)
         {