convert method

  1. @override
Digest convert(
  1. List<int> input
)
override

Converts input and returns the result of the conversion.

Implementation

@override
Digest convert(List<int> input) => _digest(_hash(input));