Docs.rs
  • pgp-lib-1.0.0
    • pgp-lib 1.0.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • soywod
    • Dependencies
      • async-recursion ^1 normal optional
      • async-std ^1.13 normal optional
      • futures ^0.3 normal optional
      • http-lib ^0.1 normal optional
      • pgp ^0.10 normal
      • rand ^0.8 normal
      • sha1 ^0.10 normal optional
      • smallvec ^1 normal
      • thiserror ^1 normal
      • tokio ^1.23 normal optional
      • tracing ^0.1 normal
      • z-base-32 ^0.1 normal optional
      • async-std ^1.13 dev
      • concat-with ^0.2 dev
      • tempfile ^3.3 dev
      • test-log ^0.2 dev
      • tokio ^1.23 dev
    • Versions
    • 41.98% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

pgp1.0.0

Crate Items

  • Enums
  • Functions
  • Type Aliases

List of all items

Enums

  • Error
  • encrypt::SignedPublicKeyOrSubkey
  • sign::PublicKeyOrSubkey
  • sign::SignedSecretKeyOrSubkey

Functions

  • decrypt
  • decrypt::decrypt
  • encrypt
  • encrypt::encrypt
  • gen_key_pair
  • http::get_all
  • http::get_one
  • http::wkd::get_all
  • http::wkd::get_one
  • read_pkey_from_path
  • read_sig_from_bytes
  • read_skey_from_file
  • read_skey_from_string
  • sign
  • sign::sign
  • utils::gen_key_pair
  • utils::read_pkey_from_path
  • utils::read_sig_from_bytes
  • utils::read_skey_from_file
  • utils::read_skey_from_string
  • verify
  • verify::verify

Type Aliases

  • Result