length property

int get length

Output length in bytes.

Implementation

int get length => _withMd((md) => ssl.EVP_MD_get_size(md));