byteLength property

  1. @override
int byteLength
override

Return the size in bytes of the internal buffer the digest applies it's compression function to.

Implementation

@override
int get byteLength => 64;