(type egg)
(signature "md2 egg")
(timestamp 1612269487)
(sxml ((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/md2" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "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.")) (section 2 "MD2" (toc) (section 3 "Description" (p "Message Digest 2 algorithm as defined in " (link "https://tools.ietf.org/html/rfc1319" "RFC1319"))) (section 3 "Author" (p "Tobias Heilig") (p "<0x70b1 at web . de>")) (section 3 "Repository" (p (link "https://github.com/off-world/md2"))) (section 3 "Requirements" (ul (li (int-link "/eggref/4/message-digest" "message-digest")))) (section 3 "API" (section 4 "Procedures" (section 5 (tt "md2-primitive") (def (sig (procedure "(md2-primitive)" (id md2-primitive))) (p "Returns the 128-bit MD2 message digest primitive object to be used with the " (int-link "/eggref/4/message-digest" "message-digest") " extension."))))) (section 3 "Examples" (highlight scheme "(use message-digest md2)\n \n(message-digest-string (md2-primitive) \"abc\")\n;=> \"da853b0d3f88d99b30283a69e6ded6bb\"")) (section 3 "License" (pre "Copyright (c) 2018, Tobias Heilig\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n   notice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\n   notice, this list of conditions and the following disclaimer in the\n   documentation and/or other materials provided with the distribution.\n3. The name of the authors may not be used to endorse or promote products\n   derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS\nOR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\nGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER\nIN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR\nOTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\nIF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")) (section 3 "Version History" (dl (dt "1.1") (dd "optimization") (dt "1.0") (dd "initial release"))))))
