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