Sha256: 188e49a9a23f1b4811f9ff284a7556af4a7b6cdfa7ab96e020ee0e1789236c87
Contents?: true
Size: 1004 Bytes
Versions: 9
Compression:
Stored size: 1004 Bytes
Contents
# -*- encoding: US-ASCII -*- require 'digest/md5' module MD5Constants 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::MD5 BlockLength = 64 DigestLength = 16 BlankDigest = "\324\035\214\331\217\000\262\004\351\200\t\230\354\370B~" Digest = "\2473\267qw\276\364\343\345\320\304\350\313\314\217n" BlankHexdigest = "d41d8cd98f00b204e9800998ecf8427e" Hexdigest = "a733b77177bef4e3e5d0c4e8cbcc8f6e" end
Version data entries
9 entries across 9 versions & 1 rubygems