I can't find any implementation of RIPEMD160 in .net core 3.1.
The MS documentation for RIPEMD160 does not exist for net Standard, Core 3.1, Core 5.0 .
In System.Security.Cryptography I can't find nothing related to it.
Before looking to third party packages (maybe Chilkat) I'd like to try to use a framework library.