2005-12-05 20:39:07 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-06-20 22:25:43 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2005-12-06 11:06:46 +00:00
|
|
|
<!-- Purpose: mathcrypto.crypto -->
|
|
|
|
<!-- Membership: bundled, pecl -->
|
|
|
|
<!-- State: experimental -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.hash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2005-12-05 20:39:07 +00:00
|
|
|
<title>hash Functions</title>
|
|
|
|
<titleabbrev>hash</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2007-03-03 22:12:01 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="hash.intro">
|
2005-12-05 20:39:07 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
Message Digest (hash) engine. Allows direct or incremental processing
|
|
|
|
of arbitrary length messages using a variety of hashing algorithms.
|
|
|
|
</para>
|
|
|
|
</section>
|
2007-03-03 22:12:01 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="hash.requirements">
|
2005-12-05 20:39:07 +00:00
|
|
|
&reftitle.required;
|
|
|
|
<simpara>
|
|
|
|
The Hash extension requires no external libraries and is enabled by
|
|
|
|
default as of PHP 5.1.2. It may be explicitly disabled by using the
|
|
|
|
--disable-hash switch to configure. Earlier versions of PHP may
|
|
|
|
incorporate the Hash extension by installing the
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="&url.pecl.package;hash">PECL module</link>.
|
2005-12-05 20:39:07 +00:00
|
|
|
</simpara>
|
|
|
|
</section>
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="hash.resources">
|
2007-03-03 22:12:01 +00:00
|
|
|
&reftitle.resources;
|
|
|
|
<para>
|
|
|
|
This extension defines a Hashing Context resource returned by
|
|
|
|
<function>hash_init</function>.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2005-12-05 20:39:07 +00:00
|
|
|
<!-- Information found in constants.xml -->
|
|
|
|
&reference.hash.constants;
|
2007-03-03 22:12:01 +00:00
|
|
|
|
2005-12-05 20:39:07 +00:00
|
|
|
</partintro>
|
2007-03-03 22:12:01 +00:00
|
|
|
|
2005-12-05 20:39:07 +00:00
|
|
|
&reference.hash.functions;
|
2007-03-03 22:12:01 +00:00
|
|
|
|
2005-12-05 20:39:07 +00:00
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|