Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/MySQL/MySQL Workbench 6.1 CE/python/site-packages/Crypto/Hash/ |
Upload File : |
ó ¤'Sc @ s° d Z d Z d d d g Z d d l Td d l m Z y d d l Z e j Z Wn' e k rw d d l m Z e Z n Xd e f d YZ d d Z e j Z e j Z d S( s SHA-256 cryptographic hash algorithm. SHA-256 belongs to the SHA-2_ family of cryptographic hashes. It produces the 256 bit digest of a message. >>> from Crypto.Hash import SHA256 >>> >>> h = SHA256.new() >>> h.update(b'Hello') >>> print h.hexdigest() *SHA* stands for Secure Hash Algorithm. .. _SHA-2: http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf s $Id$t newt digest_sizet SHA256Hashi˙˙˙˙( t *( t HashAlgoN( t _SHA256c B s>