hyb
2026-01-30 15bc7727b58bf9ca0c8f21702fa893daac232b8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Ë
ž¬`i…ãó”—ddlmZddlmZmZmZmZmZmZm    Z    edd«Z
Gd„de «Z d    d„Z e jZe jZy)
é)Úbord)Úload_pycryptodome_raw_libÚ VoidPointerÚ SmartPointerÚcreate_string_bufferÚget_raw_bufferÚc_size_tÚ c_uint8_ptrzCrypto.Hash._MD2aí
                        int md2_init(void **shaState);
                        int md2_destroy(void *shaState);
                        int md2_update(void *hs,
                                          const uint8_t *buf,
                                          size_t len);
                        int md2_digest(const void *shaState,
                                          uint8_t digest[20]);
                        int md2_copy(const void *src, void *dst);
                        cóD—eZdZdZdZdZdZd d„Zd„Zd„Z    d„Z
d    „Z d d
„Z y) ÚMD2Hasha“An MD2 hash object.
    Do not instantiate directly. Use the :func:`new` function.
 
    :ivar oid: ASN.1 Object ID
    :vartype oid: string
 
    :ivar block_size: the size in bytes of the internal message block,
                      input to the compression function
    :vartype block_size: integer
 
    :ivar digest_size: the size in bytes of the resulting hash
    :vartype digest_size: integer
    éz1.2.840.113549.2.2Ncó—t«}tj|j««}|rt    d|z«‚t |j «tj«|_|r|j|«yy)Nú Error %d while instantiating MD2)
rÚ _raw_md2_libÚmd2_initÚ
address_ofÚ
ValueErrorrÚgetÚ md2_destroyÚ_stateÚupdate)ÚselfÚdataÚstateÚresults    õbH:\项目\archive\测试组\脚本\Change_password\venv_build\Lib\site-packages\Crypto/Hash/MD2.pyÚ__init__zMD2Hash.__init__Ksn€Ü“ ˆÜ×&Ñ& u×'7Ñ'7Ó'9Ó:ˆÙ ÜÐ?Ø%ñ&ó'ð 'ä" 5§9¡9£;Ü#/×#;Ñ#;ó=ˆŒ á Ø K‰K˜Õ ð óc    ó¸—tj|jj«t    |«t t |«««}|rtd|z«‚y)z¼Continue hashing of a message by consuming the next chunk of data.
 
        Args:
            data (byte string/byte array/memoryview): The next chunk of the message being hashed.
        rN)rÚ
md2_updaterrr
r    Úlenr)rrrs   rrzMD2Hash.updateVsW€ô×(Ñ(¨¯©¯©Ó):Ü)4°TÓ):Ü)1´#°d³)Ó)<ó>ˆñ ÜÐ?Ø%ñ&ó'ð 'ð rcó¾—t|j«}tj|jj «|«}|rt d|z«‚t|«S)zçReturn the **binary** (non-printable) digest of the message that has been hashed so far.
 
        :return: The hash digest, computed over the data processed so far.
                 Binary form.
        :rtype: byte string
        r)rÚ digest_sizerÚ
md2_digestrrrr)rÚbfrrs   rÚdigestzMD2Hash.digestds\€ô# 4×#3Ñ#3Ó4ˆÜ×(Ñ(¨¯©¯©Ó):Ø),ó.ˆá ÜÐ?Ø%ñ&ó'ð 'ô˜cÓ"Ð"rc    ó~—dj|j«Dcgc]}dt|«z‘Œc}«Scc}w)zÝReturn the **printable** digest of the message that has been hashed so far.
 
        :return: The hash digest, computed over the data processed so far.
                 Hexadecimal encoded.
        :rtype: string
        Úz%02x)Újoinr&r)rÚxs  rÚ    hexdigestzMD2Hash.hexdigestus0€ðw‰w°$·+±+³-Ö@¨Q˜¤ a£Ó(Ò@ÓAÐAùÒ@sž:cóƗt«}tj|jj    «|jj    ««}|rt d|z«‚|S)a4Return a copy ("clone") of the hash object.
 
        The copy will have the same internal state as the original hash
        object.
        This can be used to efficiently compute the digests of strings that
        share a common initial substring.
 
        :return: A hash object of the same type
        zError %d while copying MD2)r rÚmd2_copyrrr)rÚcloners   rÚcopyz MD2Hash.copysQ€ô“    ˆÜ×&Ñ& t§{¡{§¡Ó'8Ø',§|¡|×'7Ñ'7Ó'9ó;ˆá ÜÐ9¸FÑBÓCÐ C؈ rcó—t|«S©N)r )rrs  rÚnewz MD2Hash.new‘s €Üt‹}Ðrr1) Ú__name__Ú
__module__Ú __qualname__Ú__doc__r#Ú
block_sizeÚoidrrr&r+r/r2©rrr r 5s7„ñ ð€Kà€Jà
€Có    ò 'ò#ò"Bòô$rr Ncó4—t«j|«S)aCreate a new hash object.
 
    :parameter data:
        Optional. The very first chunk of the message to hash.
        It is equivalent to an early call to :meth:`MD2Hash.update`.
    :type data: bytes/bytearray/memoryview
 
    :Return: A :class:`MD2Hash` hash object
    )r r2)rs rr2r2•s€ô ‹9=‰=˜Ó Ðrr1)ÚCrypto.Util.py3compatrÚCrypto.Util._raw_apirrrrrr    r
rÚobjectr r2r#r7r9rrú<module>r>s[ðõ>'÷/÷/ñ/ñ )Ø*ð    ó € ô]ˆfô]ó@ ð×!Ñ!€ ð× Ñ 
r