U:RDoc::NormalClass[iI" RMD160:ETI"Digest::RMD160;TI"Digest::Base;To:RDoc::Markup::Document: @parts[o;;[ o:RDoc::Markup::Paragraph;[I">A class for calculating message digests using RIPEMD-160 ;TI"Ecryptographic hash function, designed by Hans Dobbertin, Antoon ;TI""Bosselaers, and Bart Preneel.;To:RDoc::Markup::BlankLineo; ;[I"7RMD160 calculates a digest of 160 bits (20 bytes).;T@S:RDoc::Markup::Heading: leveli: textI" Examples;To:RDoc::Markup::Verbatim;[I"require 'digest' ;TI" ;TI"!# Compute a complete digest ;TI";Digest::RMD160.hexdigest 'abc' #=> "8eb208f7..." ;TI" ;TI" # Compute digest by chunks ;TI"Ermd160 = Digest::RMD160.new # =># ;TI"rmd160.update "ab" ;TI"Armd160 << "c" # alias for #update ;TI"@rmd160.hexdigest # => "8eb208f7..." ;TI" ;TI"5# Use the same object to compute another digest ;TI"rmd160.reset ;TI"rmd160 << "message" ;TI"?rmd160.hexdigest # => "1dddbe1b...";T: @format0: @fileI"#ext/digest/rmd160/rmd160init.c;T:0@omit_headings_from_table_of_contents_below0;0;0[[[[[I" class;T[[: public[[:protected[[: private[[I" instance;T[[;[[;[[;[[[U:RDoc::Context::Section[i0o;;[;0;0[I"+ext/digest/bubblebabble/bubblebabble.c;TI" Digest;TcRDoc::NormalModule