Docs.rs
  • rsa_heapless-0.1.4
    • rsa_heapless 0.1.4
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kaidokert
    • Dependencies
      • const-oid ^0.10.0-rc.3 normal
      • digest =0.11.0-pre.9 normal
      • heapless ^0.8.0 normal
      • modmath ^0.1.0 normal
      • num-integer ^0.1.39 normal
      • num-traits ^0.2.19 normal
      • pkcs1 ^0.8.0-rc.1 normal
      • pkcs8 ^0.11.0-rc.1 normal
      • rand_core ^0.6.4 normal
      • serde ^1.0.184 normal optional
      • serdect ^0.3.0 normal optional
      • sha1 =0.11.0-pre.4 normal optional
      • sha2 =0.11.0-pre.4 normal optional
      • signature =2.3.0-pre.4 normal
      • spki ^0.8.0-rc.1 normal
      • subtle ^2.6.1 normal
      • zeroize ^1.8.1 normal
      • base64ct ^1 dev
      • fixed-bigint ^0.1.15 dev
      • hex ^0.4.3 dev
      • hex-literal ^0.4.1 dev
      • num-bigint-dig ^0.8.2 dev
      • proptest ^1 dev
      • rand ^0.8 dev
      • rand_chacha ^0.3 dev
      • rand_core ^0.6 dev
      • rand_xorshift ^0.3 dev
      • serde ^1.0.184 dev
      • serde_json ^1.0.138 dev
      • serde_test ^1.0.89 dev
      • sha1 =0.11.0-pre.4 dev
      • sha2 =0.11.0-pre.4 dev
      • sha3 =0.11.0-pre.4 dev
    • Versions
    • 90.65% 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
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rsa_heapless0.1.4

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • 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
  • traits::UnsignedModularInt

Functions

  • hazmat::rsa_decrypt
  • hazmat::rsa_decrypt_and_check
  • hazmat::rsa_encrypt
  • pkcs1v15::verify

Type Aliases

  • Prefix
  • errors::Result