Top

Name

md5_update — returns the updated md5 context serialized as varchar

Synopsis

md5 context update md5_update ( in ctx varchar ,
  in data varchar );
 

Description

This function updates MD5_CTX with data parameter and returns the (deserialized from ctx parameter) updated context.