describe do
it do
cur_digest = Digest::SHA1.new
cur_digest.digest().should == SHA1Constants::BlankDigest
cur_digest.digest(SHA1Constants::Contents).should == SHA1Constants::Digest
end
end
describe do
it do
Digest::SHA1.digest(SHA1Constants::Contents).should == SHA1Constants::Digest
end
end