Binary package “libtemplate-plugin-digest-md5-perl” in ubuntu noble

interface to the MD5 Algorithm for the Template Toolkit

 Template::Plugin::Digest::MD5 provides access to the MD5 algorithm
 via the Digest::MD5 module. It is used like a plugin but installs filters and
 vmethods into the current context.
 .
 When you invoke
 .
 [% USE Digest.MD5 %]
 .
 the following filters (and vmethods of the same name) are installed into the
 current context: md5, md5_hex, md5_base64.