Spaces:
Running
Running
File size: 149 Bytes
ba2f5d6 |
1 2 3 4 5 6 |
from Crypto.PublicKey.RSA import RsaKey
from Crypto.Signature.pkcs1_15 import PKCS115_SigScheme
def new(rsa_key: RsaKey) -> PKCS115_SigScheme: ... |