hash method

CryptDataBuilder hash(
  1. String v
)
override

Set the output hash.

Implementation

CryptDataBuilder hash(String v) {
  _hash = v;
  return this;
}