1Gcrypt.Cipher(3kaya) Kaya module reference Gcrypt.Cipher(3kaya)
2
3
4
6 Gcrypt::Cipher - Available symmetric ciphers
7
9 Gcrypt::Cipher< >
10
11
12 = Idea()
13
14
15 | TripleDES()
16
17
18 | Cast5()
19
20
21 | Blowfish()
22
23
24 | AES128()
25
26
27 | AES192()
28
29
30 | AES256()
31
32
33 | Twofish()
34
35
36 | Twofish128()
37
38
39 | Arcfour()
40
41
42 | DES()
43
45 The available symmetric ciphers. Crypto(3kaya) uses AES256
46
47
49 Kaya standard library by Edwin Brady, Chris Morris and others
50 (kaya@kayalang.org). For further information see http://kayalang.org/
51
53 The Kaya standard library is free software; you can redistribute it
54 and/or modify it under the terms of the GNU Lesser General Public
55 License (version 2.1 or any later version) as published by the Free
56 Software Foundation.
57
59 Gcrypt.openCipher (3kaya)
60
61
62
63Kaya December 2010 Gcrypt.Cipher(3kaya)