This is a convenience alias for std.digest.digest using the RIPEMD160 implementation.
ubyte[20] hash = ripemd160Of("abc"); assert(hash == digest!RIPEMD160("abc"));
See Implementation
This is a convenience alias for std.digest.digest using the RIPEMD160 implementation.