Re: [guile-gcrypt] Symmetric Ciphers Module

NIIBE Yutaka via Gcrypt-devel <[email protected]> Tue, 14 Apr 2026 09:48:01 +0900
Newsgroups gmane.comp.encryption.gpg.libgcrypt.devel
Message-ID <[email protected]>
Werner Koch wrote:
> Can you please explain this in more details.  gcry_cipher_gettag is a
> pretty standard function and not a macro.

IIUC, it's gcry_cipher_set_decryption_tag, which has the issue.  It's a
macro using gcry_cipher_ctl function.  The glue code is needed to be
written for such a macro.
--