# -*- encoding: binary -*- 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" Base64digest = "pzO3cXe+9OPl0MToy8yPbg==" end _1_9_1 The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/hrtime.h
AgeCommit message (Expand)Author
2022-10-24Fix per-instance Regexp timeout (#6621)Yusuke Endoh
2022-08-02Implement Queue#pop(timeout: sec)Jean Boussier
2022-03-30thread.c: Move double2hrtime and hrtime2double to hrtime.hYusuke Endoh
2018-08-30hrtime.h: fix typo in non-builtin overflow checknormal
2018-08-27hrtime.h: add note explaining current use of uint64_t [ci skip]normal
2018-08-27hrtime.h: missing parennobu
2018-08-27hrtime.h: explicit casts to time_tnobu
2018-08-25hrtime.h: add documentationnormal
2018-08-25thread.c: use rb_hrtime_t scalar for high-resolution time operationsnormal