The package currently has support for sha256 and a few others via the sha2 feature flag, but it'd be nice if it also supported other hashing algos as described here: https://github.com/RustCrypto/hashes#supported-algorithms
I'm not sure how useful this will be in the long run, but seems really helpful for building the controller instance.
The package currently has support for sha256 and a few others via the
sha2feature flag, but it'd be nice if it also supported other hashing algos as described here: https://github.com/RustCrypto/hashes#supported-algorithmsI'm not sure how useful this will be in the long run, but seems really helpful for building the controller instance.