Gcrypt::CipherFlags
Constructors
- CipherSecure()
- CipherSync()
- CipherCTS()
- CipherMAC()
Usage
Flags for opening ciphers. CipherCTS and CipherMAC may not be used simultaneously.
CipherSecure: Allocate cipher operations in secure memory if possible.CipherSync: Enable the CFB sync mode.CipherCTS: Enable cipher text stealing (CTS) for the CBC modeCipherMAC: Compute CBC-MAC checksums.