<?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.hash.php',
    1 => 'Hash',
    2 => 'HASH Message Digest Framework',
  ),
  'up' => 
  array (
    0 => 'refs.crypto.php',
    1 => 'Криптографічні розширення',
  ),
  'prev' => 
  array (
    0 => 'refs.crypto.php',
    1 => 'Криптографічні розширення',
  ),
  'next' => 
  array (
    0 => 'intro.hash.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/hash/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.hash.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.hash" class="book">
 
 <h1 class="title">HASH Message Digest Framework</h1>
 
 
 
 
 
 
 







 




 




 








<ul class="chunklist chunklist_book"><li><a href="intro.hash.php">Вступ</a></li><li><a href="hash.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="hash.installation.php">Встановлення</a></li><li><a href="hash.resources.php">Типи ресурсів</a></li></ul></li><li><a href="hash.constants.php">Попередньо визначені константи</a></li><li><a href="class.hashcontext.php">HashContext</a> — The HashContext class<ul class="chunklist chunklist_book chunklist_children"><li><a href="hashcontext.construct.php">HashContext::__construct</a> — Private constructor to disallow direct instantiation</li><li><a href="hashcontext.serialize.php">HashContext::__serialize</a> — Serializes the HashContext object</li><li><a href="hashcontext.unserialize.php">HashContext::__unserialize</a> — Deserializes the data parameter into a HashContext object</li></ul></li><li><a href="ref.hash.php">Функції Hash</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.hash.php">hash</a> — Generate a hash value (message digest)</li><li><a href="function.hash-algos.php">hash_algos</a> — Return a list of registered hashing algorithms</li><li><a href="function.hash-copy.php">hash_copy</a> — Copy hashing context</li><li><a href="function.hash-equals.php">hash_equals</a> — Timing attack safe string comparison</li><li><a href="function.hash-file.php">hash_file</a> — Generate a hash value using the contents of a given file</li><li><a href="function.hash-final.php">hash_final</a> — Finalize an incremental hash and return resulting digest</li><li><a href="function.hash-hkdf.php">hash_hkdf</a> — Generate a HKDF key derivation of a supplied key input</li><li><a href="function.hash-hmac.php">hash_hmac</a> — Generate a keyed hash value using the HMAC method</li><li><a href="function.hash-hmac-algos.php">hash_hmac_algos</a> — Return a list of registered hashing algorithms suitable for hash_hmac</li><li><a href="function.hash-hmac-file.php">hash_hmac_file</a> — Generate a keyed hash value using the HMAC method and the contents of a given file</li><li><a href="function.hash-init.php">hash_init</a> — Initialize an incremental hashing context</li><li><a href="function.hash-pbkdf2.php">hash_pbkdf2</a> — Generate a PBKDF2 key derivation of a supplied password</li><li><a href="function.hash-update.php">hash_update</a> — Pump data into an active hashing context</li><li><a href="function.hash-update-file.php">hash_update_file</a> — Pump data into an active hashing context from a file</li><li><a href="function.hash-update-stream.php">hash_update_stream</a> — Pump data into an active hashing context from an open stream</li></ul></li></ul></div><?php manual_footer($setup); ?>