block_length()
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_raise(rb_eRuntimeError, "%s does not implement block_length()", RSTRING_PTR(rb_inspect(self))); }