summary refs log tree commit diff
path: root/crypto/src/tls/crypto/impl/bc/BcTlsEd448Signer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/tls/crypto/impl/bc/BcTlsEd448Signer.cs')
-rw-r--r--crypto/src/tls/crypto/impl/bc/BcTlsEd448Signer.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/src/tls/crypto/impl/bc/BcTlsEd448Signer.cs b/crypto/src/tls/crypto/impl/bc/BcTlsEd448Signer.cs
index 06d4d7ad9..07f8ec90d 100644
--- a/crypto/src/tls/crypto/impl/bc/BcTlsEd448Signer.cs
+++ b/crypto/src/tls/crypto/impl/bc/BcTlsEd448Signer.cs
@@ -13,11 +13,6 @@ namespace Org.BouncyCastle.Tls.Crypto.Impl.BC
         {
         }
 
-        public override byte[] GenerateRawSignature(SignatureAndHashAlgorithm algorithm, byte[] hash)
-        {
-            throw new NotSupportedException();
-        }
-
         public override TlsStreamSigner GetStreamSigner(SignatureAndHashAlgorithm algorithm)
         {
             if (algorithm == null || SignatureScheme.From(algorithm) != SignatureScheme.ed448)