This is sha1.egg.info, produced by makeinfo version 4.7 from eggdoc-output.texi. INFO-DIR-SECTION The Algorithmic Language Scheme START-INFO-DIR-ENTRY * sha1.egg: (sha1.egg). Computes SHA1 (FIPS-180-1) checksums END-INFO-DIR-ENTRY  File: sha1.egg.info, Node: Top, Next: About this egg, Up: (dir) sha1 egg ******** Computes SHA1 (FIPS-180-1) checksums Written by Christophe Devine, wrapped in Scheme by felix (mailto:felix@call-with-current-continuation.org) This manual corresponds to version 1.2 of the sha1 extension library for Chicken Scheme. * Menu: * About this egg:: * Documentation:: * License:: * Index::  File: sha1.egg.info, Node: About this egg, Next: Documentation, Prev: Top, Up: Top 1 About this egg **************** * Menu: * Version history:: * Requirements:: * Usage::  File: sha1.egg.info, Node: Version history, Next: Requirements, Up: About this egg 1.1 Version history =================== `1.2' Made C procedures static `1.1' Added dependency on message-digest egg `1.0' Initial release  File: sha1.egg.info, Node: Requirements, Next: Usage, Prev: Version history, Up: About this egg 1.2 Requirements ================ This egg requires the following extensions: `message-digest'  File: sha1.egg.info, Node: Usage, Prev: Requirements, Up: About this egg 1.3 Usage ========= Load this egg like so: `(require-extension sha1)'  File: sha1.egg.info, Node: Documentation, Next: License, Prev: About this egg, Up: Top 2 Documentation *************** * Menu: * Digest Procedures::  File: sha1.egg.info, Node: Digest Procedures, Up: Documentation 2.1 Digest Procedures ===================== The acceptable input objects for the digest procedures are strings, input-ports, byte-vectors, or anything that can be converted to a byte-vector. See message-digest (http://www.call-with-current-continuation.org/eggs/message-digest.html) for more information. -- procedure: sha1:digest (sha1:digest OBJECT) Returns the SHA1 checksum of `OBJECT' as a hex string. -- procedure: sha1:binary-digest (sha1:binary-digest OBJECT) Returns the SHA1 checksum of `OBJECT' as a string. -- procedure: sha1:primitive (sha1:primitive) Returns the SHA1 checksum primitive object.  File: sha1.egg.info, Node: License, Next: Index, Prev: Documentation, Up: Top 3 License ********* Copyright (C) 2001-2003 Christophe Devine This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  File: sha1.egg.info, Node: Index, Prev: License, Up: Top Index ***** [index] * Menu: * sha1:binary-digest: Digest Procedures. (line 18) * sha1:digest: Digest Procedures. (line 13) * sha1:primitive: Digest Procedures. (line 23)  Tag Table: Node: Top234 Node: About this egg631 Node: Version history813 Node: Requirements1059 Node: Usage1263 Node: Documentation1418 Node: Digest Procedures1577 Node: License2316 Node: Index3166  End Tag Table