Synchronous version of hash.
@override Hash hashSync(List<int> data) { final digest = impl.convert(data); return Hash(digest.bytes); }