block_length()
public
Returns the block length of the
digest.
This method is overridden by each implementation subclass.
static VALUE
rb_digest_instance_block_length(VALUE self)
{
rb_digest_instance_method_unimpl(self, "block_length");
UNREACHABLE;
}