chickadee » simple-sha1

Outdated egg!

This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for 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 egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.

simple-sha1

A fast and simple SHA1 implementation with minimal dependencies.

Author

Steve Reid and felix winkelmann. Maintained by felix winkelmann.

License

Public Domain

Requirements

None

Procedures

string->sha1sum strprocedure

Generates the SHA1 hash for the given string str.

sha1sum filenameprocedure

Generates the SHA1 hash for the file named by filename (uses mmap).

Version History

0.1
Initial release

Contents »