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/sha2|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]] == sha2 [[toc:]] == Documentation Computes SHA2 checksums === Digest Procedures Any Scheme-object can be the {{SOURCE}} for a digest. See [[message-digest]] for more information. ==== sha256-primitive <procedure>(sha256-primitive)</procedure> Returns the 256-bit checksum primitive object. ==== sha384-primitive <procedure>(sha384-primitive)</procedure> Returns the 384-bit checksum primitive object. ==== sha512-primitive <procedure>(sha512-primitive)</procedure> Returns the 512-bit checksum primitive object.)) == Usage <enscript language=scheme> (require-extension sha2) </enscript> == Examples <enscript highlight="scheme"> (use sha2 message-digest) (message-digest-string (sha256-primitive) "abc") ;=> "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad" </enscript> == Requirements [[message-digest|message-digest]] == Notes * For use with the [[message-digest|message-digest]] extension. == Author * Aaron D. Gifford, wrapped for Chicken by Daishi Kato * [[/users/kon-lovett|Kon Lovett]] == Version history ; 3.2.0 : Add raw-update. [[/users/kon-lovett|Kon Lovett]] ; 3.1.0 : Add block-length. [[/users/kon-lovett|Kon Lovett]] ; 3.0.0 : Remove deprecated procedures. [[/users/kon-lovett|Kon Lovett]] ; 2.1.1 : Change deprecated {{pointer}} foreign type specifier to {{scheme-pointer}} to make it work under chickens newer than 4.6.0. ; 2.0.1 : a {{message-digest-primitive}} has no "state". [[/users/kon-lovett|Kon Lovett]] ; 2.0.1 : fix for [[http://www.irp.oist.jp/trac/chicken/ticket/163|#163]] ([[/users/mario-domenech-goulart|Mario Domenech Goulart]]) ; 2.0.0 : Initial Chicken 4 release [[/users/kon-lovett|Kon Lovett]] == License Copyright (c) 2000-2001, Aaron D. Gifford and Daishi Kato All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you add 0 to 0?