/opt/imunify360/venv/lib/python3.11/site-packages/Crypto/Signature/__pycache__
Edit: /opt/imunify360/venv/lib/python3.11/site-packages/Crypto/Signature/__pycache__/pss.cpython-311.pyc (14961B)
§
}�•�o×hã ó€ — d dl mZmZmZ d dlZd dlmZmZmZ d dl m
Z
d dlmZ G d„ d¦ « Zd„ Z
d „ Zd
„ Zd„ ZdS )é )ÚbchrÚbordÚ
iter_rangeN)Úceil_divÚ
long_to_bytesÚ
bytes_to_long)Ústrxor)ÚRandomc ó* — e Zd ZdZd„ Zd„ Zd„ Zd„ ZdS )Ú
PSS_SigSchemezvA signature object for ``RSASSA-PSS``.
Do not instantiate directly.
Use :func:`Crypto.Signature.pss.new`.
c ó> — || _ || _ || _ || _ dS )at Initialize this PKCS#1 PSS signature scheme object.
:Parameters:
key : an RSA key object
If a private half is given, both signature and
verification are possible.
If a public half is given, only verification is possible.
mgfunc : callable
A mask generation function that accepts two parameters:
a string to use as seed, and the lenth of the mask to
generate, in bytes.
saltLen : integer
Length of the salt, in bytes.
randfunc : callable
A function that returns random bytes.
N)Ú_keyÚ_saltLenÚ_mgfuncÚ _randfunc)ÚselfÚkeyÚmgfuncÚsaltLenÚrandfuncs úv/builddir/build/BUILD/imunify360-venv-2.6.3/opt/imunify360/venv/lib64/python3.11/site-packages/Crypto/Signature/pss.pyÚ__init__zPSS_SigScheme.__init__/ s$ € ð$ ˆŒ ؈Œ
؈ŒØ!ˆŒˆˆó c ó4 — | j ¦ « S )z