1Gcrypt.resetHash(3kaya) Kaya module reference Gcrypt.resetHash(3kaya)
2
3
4
6 Gcrypt::resetHash - Reset a hash handle
7
9 Void resetHash( HashHandle h )
10
12 h The hash handle
13
15 Reset a hash handle. If you are using the same hash algorithm on sev‐
16 eral pieces of data, it is more efficient to reset it after each use,
17 rather than closing and re-opening.
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.hashString (3kaya)
36 Gcrypt.openHash (3kaya)
37
38
39
40Kaya December 2010 Gcrypt.resetHash(3kaya)