Docs.rs
  • rsa-0.9.8
    • rsa 0.9.8
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • newpavlov
    • github:rustcrypto:rsa
    • Dependencies
      • const-oid ^0.9 normal
      • digest ^0.10.5 normal
      • num-bigint-dig ^0.8.2 normal
      • num-integer ^0.1.39 normal
      • num-traits ^0.2.9 normal
      • pkcs1 ^0.7.5 normal
      • pkcs8 ^0.10.2 normal
      • rand_core ^0.6.4 normal
      • serde ^1.0.184 normal optional
      • sha1 ^0.10.5 normal optional
      • sha2 ^0.10.6 normal optional
      • signature >2.0, <2.3 normal
      • spki ^0.7.3 normal
      • subtle ^2.1.1 normal
      • zeroize ^1.5 normal
      • base64ct ^1 dev
      • hex-literal ^0.4.1 dev
      • proptest ^1 dev
      • rand ^0.8 dev
      • rand_chacha ^0.3 dev
      • rand_core ^0.6 dev
      • rand_xorshift ^0.3 dev
      • serde_test ^1.0.89 dev
      • sha1 ^0.10.5 dev
      • sha2 ^0.10.6 dev
      • sha3 ^0.10.7 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

logo

rsa0.9.8

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BigUint
  • CrtValue
  • RsaPrivateKey
  • RsaPublicKey
  • oaep::DecryptingKey
  • oaep::EncryptingKey
  • oaep::Oaep
  • pkcs1v15::DecryptingKey
  • pkcs1v15::EncryptingKey
  • pkcs1v15::Pkcs1v15Encrypt
  • pkcs1v15::Pkcs1v15Sign
  • pkcs1v15::Signature
  • pkcs1v15::SigningKey
  • pkcs1v15::VerifyingKey
  • pss::BlindedSigningKey
  • pss::Pss
  • pss::Signature
  • pss::SigningKey
  • pss::VerifyingKey

Enums

  • errors::Error

Traits

  • pkcs1v15::RsaSignatureAssociatedOid
  • traits::Decryptor
  • traits::EncryptingKeypair
  • traits::PaddingScheme
  • traits::PrivateKeyParts
  • traits::PublicKeyParts
  • traits::RandomizedDecryptor
  • traits::RandomizedEncryptor
  • traits::SignatureScheme

Functions

  • hazmat::rsa_decrypt
  • hazmat::rsa_decrypt_and_check
  • hazmat::rsa_encrypt
  • pss::get_default_pss_signature_algo_id

Type Aliases

  • errors::Result