hexEncode method

String hexEncode()

Encode a digest to a hex string.

Implementation

String hexEncode() => hex.encode(bytes);