.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "Gcrypt.CipherFlags" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" Gcrypt::CipherFlags \- Cipher opening flags .SH "SYNOPSIS" .B Gcrypt::CipherFlags< \fI\fP .B > .IP "" -2 = .BI "CipherSecure(" "" ")" .IP "" -2 | .BI "CipherSync(" "" ")" .IP "" -2 | .BI "CipherCTS(" "" ")" .IP "" -2 | .BI "CipherMAC(" "" ")" .SH "DESCRIPTION" .PP Flags for opening ciphers. \fBCipherCTS \fP and \fBCipherMAC \fP may not be used simultaneously. .IP "" -2 - \fBCipherSecure \fP : Allocate cipher operations in secure memory if possible. .IP "" -2 - \fBCipherSync \fP : Enable the CFB sync mode. .IP "" -2 - \fBCipherCTS \fP : Enable cipher text stealing (CTS) for the CBC mode .IP "" -2 - \fBCipherMAC \fP : Compute CBC-MAC checksums. .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH LICENSE The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. .SH "RELATED" .PD 0 .PP .B "Gcrypt.openCipher"(3kaya) .PD 0.4v