You are looking at historical revision 22782 of this page. It may differ significantly from its current revision.

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

[procedure] (string->sha1sum str)

Generates the SHA1 hash for the given string str.

[procedure] (sha1sum filename)

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

Version History

0.1
Initial release