Sha256: 29c826b7571875c382af890a004a5fc16a7a012920062efa65f6eb7a255e9b62

Contents?: true

Size: 353 Bytes

Versions: 9

Compression:

Stored size: 353 Bytes

Contents

require File.expand_path('../shared/constants', __FILE__)

describe "Digest::SHA384#digest!" do

  it "returns a digest and can digest!" do
    cur_digest = Digest::SHA384.new
    cur_digest << SHA384Constants::Contents
    cur_digest.digest!().should == SHA384Constants::Digest
    cur_digest.digest().should == SHA384Constants::BlankDigest
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rubysl-digest-2.1 spec/sha384/digest_bang_spec.rb
rubysl-digest-1.2.0 spec/sha384/digest_bang_spec.rb
rubysl-digest-1.1.0 spec/sha384/digest_bang_spec.rb
rubysl-digest-2.0.8 spec/sha384/digest_bang_spec.rb
rubysl-digest-2.0.7 spec/sha384/digest_bang_spec.rb
rubysl-digest-1.0.1 spec/sha384/digest_bang_spec.rb
rubysl-digest-2.0.3 spec/sha384/digest_bang_spec.rb
rubysl-digest-1.0.0 spec/sha384/digest_bang_spec.rb
rubysl-digest-2.0.2 spec/sha384/digest_bang_spec.rb