sha256DigestSize property

int get sha256DigestSize

Static property that defines the size of SHA-256 digests in bytes

Implementation

static int get sha256DigestSize {
  return 32;
}