Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/lib64/python2.6/hmac.pyo |
��
���Lc
@ s� d Z d d k Z d i g Z e d � D] Z e e e d A� q) [ � Z d i g Z e d � D] Z e e e d A� qc [ � Z
d Z g Z
d d
d � � YZ d d d � Z d S( sx HMAC (Keyed-Hashing for Message Authentication) Python module.
Implements the HMAC algorithm as described by RFC 2104.
i����Nt i i\ i6 t HMACc B sP e Z d Z d Z d d d � Z d � Z d � Z d � Z d � Z d � Z
RS( s~ RFC 2104 HMAC class. Also complies with RFC 4231.
This supports the API for Cryptographic Hash Functions (PEP 247).
i@ c s� | t j o d S� d j o d d k } | i � n t � d � o
� | _ n d � f d � | _ | i � | _ | i � | _ | i i | _ t | i d � oJ | i i } | d j o- t
i d | | i f t
d � | i } qn$ t
i d
| i t
d � | i } t | � | j o | i | � i � } n | t d � | t | � } | i i | i t � � | i i | i t � � | d j o | i | � n d S( s9 Create a new HMAC object.
key: key for the keyed hash object.
msg: Initial input for the hash, if provided.
digestmod: A module supporting PEP 247. *OR*
A hashlib constructor returning a new hash object.
Defaults to hashlib.md5.
Ni����t __call__R c s
� i | � S( ( t new( t d( t digestmod( s /usr/lib64/python2.6/hmac.pyt <lambda>/ s t
block_sizei s: block_size of %d seems too small; using our default of %d.i s<