1Gcrypt.CipherMode(3kaya) Kaya module reference Gcrypt.CipherMode(3kaya)
2
3
4
6 Gcrypt::CipherMode - Cipher modes
7
9 Gcrypt::CipherMode< >
10
11
12 = ECB()
13
14
15 | CFB()
16
17
18 | CBC()
19
20
21 | Stream()
22
23
24 | OFB()
25
26
27 | CTR()
28
30 Cipher modes, Crypto(3kaya) uses CBC
31
32
34 Kaya standard library by Edwin Brady, Chris Morris and others
35 (kaya@kayalang.org). For further information see http://kayalang.org/
36
38 The Kaya standard library is free software; you can redistribute it
39 and/or modify it under the terms of the GNU Lesser General Public
40 License (version 2.1 or any later version) as published by the Free
41 Software Foundation.
42
44 Gcrypt.openCipher (3kaya)
45
46
47
48Kaya December 2010 Gcrypt.CipherMode(3kaya)