BSD-3-Clause licensed and maintained by Vincent Hanquez
This version can be pinned in stack with:crypto-pubkey-0.2.8@sha256:a1ed035adeec47912c790967a00b4b77580c1edf586d1bebde9a615c86e972df,2892

Module documentation for 0.2.8

  • Crypto
    • Crypto.PubKey
      • Crypto.PubKey.DH
      • Crypto.PubKey.DSA
      • Crypto.PubKey.ECC
        • Crypto.PubKey.ECC.DH
        • Crypto.PubKey.ECC.ECDSA
        • Crypto.PubKey.ECC.Generate
        • Crypto.PubKey.ECC.Prim
      • Crypto.PubKey.HashDescr
      • Crypto.PubKey.MaskGenFunction
      • Crypto.PubKey.RSA
        • Crypto.PubKey.RSA.OAEP
        • Crypto.PubKey.RSA.PKCS15
        • Crypto.PubKey.RSA.PSS
        • Crypto.PubKey.RSA.Prim

Public Key cryptography

Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature.

Also have primitive support for Diffie Hellman, and ElGamal encryption