HashBaseFileSupport extension

on

Methods

file(dynamic input, [int start = 0, int? end]) Future<HashDigest>
Converts the input file and returns a HashDigest asynchronously.
fileSync(dynamic input, {int start = 0, int? end, int bufferSize = 2048}) HashDigest
Converts the input file and returns a HashDigest synchronously.