arxify's picture
Upload folder using huggingface_hub
ba2f5d6
raw
history blame contribute delete
149 Bytes
from Crypto.PublicKey.RSA import RsaKey
from Crypto.Signature.pkcs1_15 import PKCS115_SigScheme
def new(rsa_key: RsaKey) -> PKCS115_SigScheme: ...