Name

md5_final — returns the md5 checksum given an initialized md5 context

Synopsis

md5_final ( in ctx varchar );

Description

This function finalizes the MD5_CTX and returns the final checksum.

Parameters

ctx

A MD5_CTX

Return Types

A string md5 checksum.

See Also

md5_init md5_update ,