Ripemd160 issues
OpenSSL deprecated rimemd160 and so crypto doesn't support it on Node.JS versions 17+. Some parts of hive-js still reply upon that implementation and don't work on Node.JS 17+ without node's compatibility flag.
https://gitlab.syncad.com/hive/hive-js/-/blob/master/src/auth/ecc/src/hash.js#L33
This should be able to be fixed in a similar way as to dhive : dhive!38 (closed).