mirror of
https://github.com/ipxe/ipxe.git
synced 2026-01-24 01:52:25 +01:00
Some ciphers (such as GCM) support the concept of a tag that can be used to authenticate the encrypted data. Add a cipher method for generating an authentication tag. Signed-off-by: Michael Brown <mcb30@ipxe.org>