From 42a89ad1a35c36ec80773f8b1fe10db482f5c60c Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 9 Nov 2022 20:44:47 +0700 Subject: Add missing file --- crypto/src/openpgp/EdDsaSigner.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/src/openpgp/EdDsaSigner.cs b/crypto/src/openpgp/EdDsaSigner.cs index 0e15ac609..c9396160d 100644 --- a/crypto/src/openpgp/EdDsaSigner.cs +++ b/crypto/src/openpgp/EdDsaSigner.cs @@ -44,6 +44,8 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp } #endif + public int GetMaxSignatureSize() => m_signer.GetMaxSignatureSize(); + public byte[] GenerateSignature() { m_digest.DoFinal(m_digBuf, 0); -- cgit 1.4.1