You are looking at historical revision 37704 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

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

1.2
Fix overflow issue with large files (thanks to Vasilij Schneidermann)
1.1
Drop srfi-13 dependency
1.0
CHICKEN 5 port
0.1
Initial release