1Gcrypt.Hash(3kaya) Kaya module reference Gcrypt.Hash(3kaya)
2
3
4
6 Gcrypt::Hash - Hash algorithms
7
9 Gcrypt::Hash< >
10
11
12 = SHA1()
13
14
15 | RMD160()
16
17
18 | MD5()
19
20
21 | MD4()
22
23
24 | Tiger()
25
26
27 | SHA256()
28
29
30 | CRC32()
31
33 Hash algorithms
34
36 Kaya standard library by Edwin Brady, Chris Morris and others
37 (kaya@kayalang.org). For further information see http://kayalang.org/
38
40 The Kaya standard library is free software; you can redistribute it
41 and/or modify it under the terms of the GNU Lesser General Public
42 License (version 2.1 or any later version) as published by the Free
43 Software Foundation.
44
46 Gcrypt.openHash (3kaya)
47
48
49
50Kaya December 2010 Gcrypt.Hash(3kaya)