OOP API RIPEMD160 implementation. See std.digest for differences between template and OOP API.
This is a convenience alias for std.digest.digest using the RIPEMD160 implementation.
Template API RIPEMD160 implementation. See std.digest for differences between template and OOP API.
Computes RIPEMD-160 hashes of arbitrary data. RIPEMD-160 hashes are 20 byte quantities that are like a checksum or CRC, but are more robust.
This module conforms to the APIs defined in std.digest. To understand the differences between the template and the OOP API, see std.digest.
This module publicly imports std.digest and can be used as a stand-alone module.