reset()
Resets the digest to the initial state and returns self.
This method is overridden by each implementation subclass.
static VALUE rb_digest_instance_reset(VALUE self) { rb_digest_instance_method_unimpl(self, "reset"); UNREACHABLE; }