1Gcrypt.openHash(3kaya) Kaya module reference Gcrypt.openHash(3kaya)
2
3
4
6 Gcrypt::openHash - Open a hash handle
7
9 HashHandle openHash( Hash algo, [HashFlags] flags=createArray(1) )
10
12 algo The hash algorithm
13
14 flags The flags to use
15
17 Open a hash handle with the specified algorithm
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.HashFlags (3kaya)
31 Gcrypt.HashHandle (3kaya)
32 Gcrypt.closeHash (3kaya)
33 Gcrypt.finalHash (3kaya)
34 Gcrypt.getHash (3kaya)
35 Gcrypt.hashBinary (3kaya)
36 Gcrypt.hashString (3kaya)
37 Gcrypt.resetHash (3kaya)
38
39
40
41Kaya December 2010 Gcrypt.openHash(3kaya)