4G_module/tools/utils/python3/Crypto/Signature/PKCS1_v1_5.pyi

6 lines
149 B
Python
Raw Normal View History

2024-09-02 17:54:29 +08:00
from Crypto.PublicKey.RSA import RsaKey
from Crypto.Signature.pkcs1_15 import PKCS115_SigScheme
def new(rsa_key: RsaKey) -> PKCS115_SigScheme: ...