1Gcrypt.CipherFlags(3kaya)    Kaya module reference   Gcrypt.CipherFlags(3kaya)
2
3
4

NAME

6       Gcrypt::CipherFlags - Cipher opening flags
7

SYNOPSIS

9       Gcrypt::CipherFlags< >
10
11
12     = CipherSecure()
13
14
15     | CipherSync()
16
17
18     | CipherCTS()
19
20
21     | CipherMAC()
22

DESCRIPTION

24       Flags  for  opening  ciphers.   CipherCTS and CipherMAC may not be used
25       simultaneously.
26
27
28     - CipherSecure : Allocate cipher operations in secure memory if possible.
29
30
31     - CipherSync : Enable the CFB sync mode.
32
33
34     - CipherCTS : Enable cipher text stealing (CTS) for the CBC mode
35
36
37     - CipherMAC : Compute CBC-MAC checksums.
38

AUTHORS

40       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
41       (kaya@kayalang.org). For further information see http://kayalang.org/
42

LICENSE

44       The  Kaya  standard  library  is free software; you can redistribute it
45       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
46       License  (version  2.1  or  any later version) as published by the Free
47       Software Foundation.
48
50       Gcrypt.openCipher (3kaya)
51
52
53
54Kaya                             December 2010       Gcrypt.CipherFlags(3kaya)
Impressum