Re: Get required size of signature before signing.

Stef Bon via Gcrypt-devel <[email protected]> Tue, 19 May 2026 15:01:20 +0200
Newsgroups gmane.comp.encryption.gpg.libgcrypt.devel
Message-ID <CANXojcx9C0TJeDqxav4a_ebBs1TqZOoF2UHzM-CuxiR3nJQCoQ@mail.gmail.com>
Ok, with RSA the signature is a number modulo n, where n is one of the
numbers of the key.
So with RSA the size of the signature is the same as the size of n.
Correct?

Stef