.\" This man page is automatically generated using .\" kayadoc2man from the Kaya development tools and the -xmldocs compile .\" option. Editing it directly is not encouraged. .\" It is under the same license as the source .k file that it was .\" generated from. .TH "Gcrypt.finalHash" "3kaya" "August 2014" "Kaya" "Kaya module reference" .SH "NAME" Gcrypt::finalHash \- Finalise the hash handle .SH "SYNOPSIS" .B Void finalHash( \fIHashHandle h\fP .B ")" .SH "ARGUMENTS" .PP .B "h" A hash handle .SH "DESCRIPTION" .PP Finalise the hash handle. This is not usually necessary as calling .B "Gcrypt.getHash"(3kaya) implicitly finalises the handle. Once a handle is finalised, no further .B "Gcrypt.hashString"(3kaya) or .B "Gcrypt.hashBinary"(3kaya) operations have any effect until .B "Gcrypt.resetHash"(3kaya) is used. .SH "AUTHORS" Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ .SH LICENSE The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. .SH "RELATED" .PD 0 .PP .B "Gcrypt.HashHandle"(3kaya) .PP .B "Gcrypt.closeHash"(3kaya) .PP .B "Gcrypt.getHash"(3kaya) .PP .B "Gcrypt.hashBinary"(3kaya) .PP .B "Gcrypt.hashString"(3kaya) .PP .B "Gcrypt.openHash"(3kaya) .PP .B "Gcrypt.resetHash"(3kaya) .PD 0.4v