1Gcrypt.hashString(3kaya) Kaya module reference Gcrypt.hashString(3kaya)
2
3
4
6 Gcrypt::hashString - Hash string data
7
9 Void hashString( HashHandle h, String str )
10
12 h A hash handle
13
14 str A String
15
17 Hash a String.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Gcrypt.HashHandle (3kaya)
31 Gcrypt.closeHash (3kaya)
32 Gcrypt.finalHash (3kaya)
33 Gcrypt.getHash (3kaya)
34 Gcrypt.hashBinary (3kaya)
35 Gcrypt.openHash (3kaya)
36 Gcrypt.resetHash (3kaya)
37
38
39
40Kaya December 2010 Gcrypt.hashString(3kaya)