Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/simple-sha1|the CHICKEN 5 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[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]] == simple-sha1 A fast and simple SHA1 implementation with minimal dependencies. == Author Steve Reid and [[/users/felix-winkelmann|felix winkelmann]]. Maintained by felix winkelmann. == License Public Domain == Requirements None == Procedures <procedure>(string->sha1sum str)</procedure> Generates the SHA1 hash for the given string {{str}}. <procedure>(sha1sum filename)</procedure> Generates the SHA1 hash for the file named by {{filename}} (uses {{mmap}}). == Version History ; 0.1 : Initial release
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you add 19 to 20?