1Gcrypt.hashBinary(3kaya) Kaya module reference Gcrypt.hashBinary(3kaya)
2
3
4
6 Gcrypt::hashBinary - Hash binary data
7
9 Void hashBinary( HashHandle h, Binary dat )
10
12 h A hash handle
13
14 dat A block of binary data
15
17 Hash a block of binary data.
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.hashString (3kaya)
35 Gcrypt.openHash (3kaya)
36 Gcrypt.resetHash (3kaya)
37
38
39
40Kaya December 2010 Gcrypt.hashBinary(3kaya)