Closed juliancwirko closed 2 years ago
A separate issue because the SC would need some more work and tests. I think the sha256 custom logic could be removed and replaced with self.crypto().sha256_legacy_managed::<>(), but it will need some tests.
self.crypto().sha256_legacy_managed::<>()
done in v1.5.2
A separate issue because the SC would need some more work and tests. I think the sha256 custom logic could be removed and replaced with
self.crypto().sha256_legacy_managed::<>()
, but it will need some tests.