Digest.named constructor

const Digest.named(
  1. String algorithm
)

Any digest EVP_MD_fetch knows, e.g. BLAKE2B-512, SHAKE128.

Implementation

const Digest.named(this.algorithm);