<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = 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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.mhash.php',
    1 => 'Mhash',
    2 => 'Mhash',
  ),
  'up' => 
  array (
    0 => 'refs.crypto.php',
    1 => 'Криптографічні розширення',
  ),
  'prev' => 
  array (
    0 => 'function.mdecrypt-generic.php',
    1 => 'mdecrypt_generic',
  ),
  'next' => 
  array (
    0 => 'intro.mhash.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mhash/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.mhash.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.mhash" class="book">
 
 <h1 class="title">Mhash</h1>

 
 
 
 
 







 




 






 



 





<ul class="chunklist chunklist_book"><li><a href="intro.mhash.php">Вступ</a></li><li><a href="mhash.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="mhash.requirements.php">Вимоги</a></li><li><a href="mhash.installation.php">Встановлення</a></li></ul></li><li><a href="mhash.constants.php">Попередньо визначені константи</a></li><li><a href="mhash.examples.php">Приклади</a></li><li><a href="ref.mhash.php">Функції Mhash</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.mhash.php">mhash</a> — Computes hash</li><li><a href="function.mhash-count.php">mhash_count</a> — Gets the highest available hash ID</li><li><a href="function.mhash-get-block-size.php">mhash_get_block_size</a> — Gets the block size of the specified hash</li><li><a href="function.mhash-get-hash-name.php">mhash_get_hash_name</a> — Gets the name of the specified hash</li><li><a href="function.mhash-keygen-s2k.php">mhash_keygen_s2k</a> — Generates a key</li></ul></li></ul></div><?php manual_footer($setup); ?>