Message ID | ZIg4b8kAeW7x/oM1@gondor.apana.org.au (mailing list archive) |
---|---|
Headers | show |
Series | crypto: Add akcipher interface without SGs | expand |
Herbert Xu <herbert@gondor.apana.org.au> wrote: > I've decided to split out signing and verification because most > (all but one) of our signature algorithms do not support encryption > or decryption. These can now be accessed through the dsa interface: That feels wrongly named as there's a DSA public key algorithm. David
On Tue, Jun 13, 2023 at 01:53:28PM +0100, David Howells wrote:
.
> That feels wrongly named as there's a DSA public key algorithm.
You're quite right. This is indeed confusing. I'll rename it
to sig instead. So we'll have crypto_sig_sign and crypto_sig_verify.
Thanks,