Digest::Instance
module Digest::Instance
This module provides instance methods for a digest implementation object to calculate message digest values.
Public Instance Methods
digest_obj << string → digest_obj Show source
Updates the digest using a given string and returns self.
The update() method and the left-shift operator are overridden by each implementation subclass. (One should be an alias for the other)
static VALUE rb_digest_inst