Docs.rs
  • pg-core-0.3.0
    • pg-core 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • leonbotros
    • Iso5786
    • Dependencies
      • aead ^0.5 normal optional
      • aes-gcm ^0.10 normal optional
      • base64ct ^1.5 normal
      • bincode ^1.3.3 normal
      • futures ^0.3.27 normal optional
      • ibe ^0.3.0 normal
      • ibs ^0.4.0 normal
      • irma ^0.2.1 normal
      • js-sys ^0.3 normal optional
      • rand ^0.8 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • subtle ^2.3 normal
      • tiny-keccak ^2.0 normal
      • wasm-bindgen ^0.2 normal optional
      • wasm-bindgen-futures ^0.4 normal optional
      • web-sys ^0.3 normal optional
      • criterion ^0.5.1 dev
      • futures ^0.3 dev
      • futures-util ^0.3.25 dev
      • rand ^0.8.5 dev
      • serde-transcode ^1.1.1 dev
      • tokio ^1.24.3 dev
      • tokio-util ^0.7.4 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • wasm32-unknown-unknown
    • 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

pg_core0.3.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Type Aliases

List of all items

Structs

  • api::IrmaAuthRequest
  • api::KeyResponse
  • api::Parameters
  • api::SigningKeyRequest
  • api::SigningKeyResponse
  • artifacts::Ciphertext
  • artifacts::MultiRecipientCiphertext
  • artifacts::PublicKey
  • artifacts::SecretKey
  • artifacts::SigningKey
  • artifacts::SigningKeyExt
  • artifacts::UserSecretKey
  • client::Header
  • client::RecipientHeader
  • client::Sealer
  • client::Unsealer
  • client::VerificationResult
  • client::rust::SealerMemoryConfig
  • client::rust::UnsealerMemoryConfig
  • client::rust::stream::SealerStreamConfig
  • client::rust::stream::UnsealerStreamConfig
  • client::web::SealerMemoryConfig
  • client::web::UnsealerMemoryConfig
  • client::web::stream::StreamSealerConfig
  • client::web::stream::StreamUnsealerConfig
  • identity::Attribute
  • identity::HiddenPolicy
  • identity::Policy
  • test::TestSetup

Enums

  • client::Algorithm
  • client::Mode
  • error::Error

Type Aliases

  • identity::EncryptionPolicy

Constants

  • consts::HEADER_SIZE_SIZE
  • consts::IV_SIZE
  • consts::KEY_SIZE
  • consts::MAX_HEADER_SIZE
  • consts::MAX_SYMMETRIC_CHUNK_SIZE
  • consts::POL_SIZE_SIZE
  • consts::PREAMBLE_SIZE
  • consts::PRELUDE
  • consts::PRELUDE_SIZE
  • consts::SIG_SIZE_SIZE
  • consts::STREAM_NONCE_SIZE
  • consts::SYMMETRIC_CRYPTO_DEFAULT_CHUNK
  • consts::TAG_SIZE
  • consts::VERSION_SIZE
  • consts::VERSION_V1
  • consts::VERSION_V2
  • consts::VERSION_V3