(type egg)
(signature "simple-sha1 egg")
(timestamp 1612269487)
(sxml ((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/simple-sha1" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (tags "egg")) (section 2 "simple-sha1" (p "A fast and simple SHA1 implementation with minimal dependencies.")) (section 2 "Author" (p "Steve Reid and " (int-link "/users/felix-winkelmann" "felix winkelmann") ".  Maintained by felix winkelmann.")) (section 2 "License" (p "Public Domain")) (section 2 "Requirements" (p "None")) (section 2 "Procedures" (def (sig (procedure "(string->sha1sum str)" (id string->sha1sum))) (p "Generates the SHA1 hash for the given string " (tt "str") ".")) (def (sig (procedure "(sha1sum filename)" (id sha1sum))) (p "Generates the SHA1 hash for the file named by " (tt "filename") " (uses " (tt "mmap") ")."))) (section 2 "Version History" (dl (dt "0.1") (dd "Initial release")))))
