Sha256: a52011ca9998ccf45bc29bdf8afb2952d8d49a10894f8a9d585bed13b30b709e
Contents?: true
Size: 994 Bytes
Versions: 80
Compression:
Stored size: 994 Bytes
Contents
require 'digest/sha1' module SHA1Constants 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::SHA1 BlockLength = 64 DigestLength = 20 BlankDigest = "\3329\243\356^kK\r2U\277\357\225`\030\220\257\330\a\t" Digest = "X!\255b\323\035\352\314a|q\344+\376\317\361V9\324\343" BlankHexdigest = "da39a3ee5e6b4b0d3255bfef95601890afd80709" Hexdigest = "e907d2ba21c6c74bc0efd76e44d11fb9bbb7a75e" end
Version data entries
80 entries across 80 versions & 1 rubygems