reset method
Reset the digest to its original state.
Implementation
@override
void reset() {
super.reset();
h1.set(0xcbbb9d5d, 0xc1059ed8);
h2.set(0x629a292a, 0x367cd507);
h3.set(0x9159015a, 0x3070dd17);
h4.set(0x152fecd8, 0xf70e5939);
h5.set(0x67332667, 0xffc00b31);
h6.set(0x8eb44a87, 0x68581511);
h7.set(0xdb0c2e0d, 0x64f98fa7);
h8.set(0x47b5481d, 0xbefa4fa4);
}