Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.mhash.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.crypto.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.mhash.php',
1 => 'Mhash',
),
'up' =>
array (
0 => 'refs.crypto.php',
1 => 'Cryptography Extensions',
),
'prev' =>
array (
0 => 'function.mdecrypt-generic.php',
1 => 'mdecrypt_generic',
),
'next' =>
array (
0 => 'intro.mhash.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Mhash</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.mhash.php">Introduction</a></li><li><a href="mhash.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="mhash.requirements.php">Requirements</a></li><li><a href="mhash.installation.php">Installation</a></li><li><a href="mhash.configuration.php">Runtime Configuration</a></li><li><a href="mhash.resources.php">Resource Types</a></li></ul></li><li><a href="mhash.constants.php">Predefined Constants</a></li><li><a href="mhash.examples.php">Examples</a></li><li><a href="ref.mhash.php">Mhash Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.mhash-count.php">mhash_count</a> — Get the highest available hash id</li><li><a href="function.mhash-get-block-size.php">mhash_get_block_size</a> — Get the block size of the specified hash</li><li><a href="function.mhash-get-hash-name.php">mhash_get_hash_name</a> — Get the name of the specified hash</li><li><a href="function.mhash-keygen-s2k.php">mhash_keygen_s2k</a> — Generates a key</li><li><a href="function.mhash.php">mhash</a> — Compute hash</li></ul></li></ul></div><?php manual_footer(); ?>