Sha256: 584ef1ed3094125a95e829203d7dc87ac9b73389ece0b581719ab9ebde150b00

Contents?: true

Size: 1.11 KB

Versions: 19

Compression:

Stored size: 1.11 KB

Contents

require 'digest/sha2'

module SHA256Constants

  Contents = "Ipsum is simply dummy text of the printing and typesetting industry. \nLorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \nIt has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. \nIt was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."

  Klass          = ::Digest::SHA256
  BlockLength    = 64
  DigestLength   = 32
  BlankDigest    = "\343\260\304B\230\374\034\024\232\373\364\310\231o\271$'\256A\344d\233\223L\244\225\231\exR\270U"
  Digest         = "\230b\265\344_\337\357\337\242\004\314\311A\211jb\350\373\254\370\365M\230B\002\372\020j\as\270\376"
  BlankHexdigest = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
  Hexdigest      = "9862b5e45fdfefdfa204ccc941896a62e8fbacf8f54d984202fa106a0773b8fe"

end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
rhodes-7.6.0 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-7.5.1 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-7.4.1 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-7.1.17 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-6.2.0 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-6.0.11 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-5.5.18 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-5.5.17 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-5.5.15 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-5.5.0.22 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-5.5.2 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-5.5.0.7 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-5.5.0.3 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-5.5.0 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
tauplatform-1.0.3 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
tauplatform-1.0.2 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
tauplatform-1.0.1 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-3.5.1.12 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb
rhodes-3.4.2 spec/framework_spec/app/spec/library/digest/sha256/shared/constants.rb