Sha256: 56bb43052500480d6d407edb9be018010847d7d678c78562447804c58ac0b4fa
Contents?: true
Size: 262 Bytes
Versions: 9
Compression:
Stored size: 262 Bytes
Contents
require File.expand_path('../shared/constants', __FILE__) describe "Digest::SHA256#block_length" do it "returns the length of digest block" do cur_digest = Digest::SHA256.new cur_digest.block_length.should == SHA256Constants::BlockLength end end
Version data entries
9 entries across 9 versions & 1 rubygems