1Gcrypt.finalHash(3kaya)      Kaya module reference     Gcrypt.finalHash(3kaya)
2
3
4

NAME

6       Gcrypt::finalHash - Finalise the hash handle
7

SYNOPSIS

9       Void finalHash( HashHandle h )
10

ARGUMENTS

12       h A hash handle
13

DESCRIPTION

15       Finalise  the  hash  handle.  This  is not usually necessary as calling
16       Gcrypt.getHash (3kaya) implicitly finalises the handle. Once  a  handle
17       is finalised, no further Gcrypt.hashString (3kaya) or Gcrypt.hashBinary
18       (3kaya) operations have any effect until  Gcrypt.resetHash  (3kaya)  is
19       used.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       Gcrypt.HashHandle (3kaya)
33       Gcrypt.closeHash (3kaya)
34       Gcrypt.getHash (3kaya)
35       Gcrypt.hashBinary (3kaya)
36       Gcrypt.hashString (3kaya)
37       Gcrypt.openHash (3kaya)
38       Gcrypt.resetHash (3kaya)
39
40
41
42Kaya                             December 2010         Gcrypt.finalHash(3kaya)
Impressum