Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aroundthecode / pycryptodome   python

Repository URL to install this package:

Version: 3.7.2 

/ Signature / PKCS1_v1_5.pyi

from Crypto.PublicKey.RSA import RsaKey

from Crypto.Signature.pkcs1_15 import PKCS115_SigScheme


def new(rsa_key: RsaKey) -> PKCS115_SigScheme: ...