Docs.rs
  • blueprint-crypto-0.1.0-alpha.13
    • blueprint-crypto 0.1.0-alpha.13
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • shekohex
    • Dependencies
      • blueprint-crypto-bls ^0.1.0-alpha.8 normal optional
      • blueprint-crypto-bn254 ^0.1.0-alpha.8 normal optional
      • blueprint-crypto-core ^0.1.0-alpha.8 normal
      • blueprint-crypto-ed25519 ^0.1.0-alpha.9 normal optional
      • blueprint-crypto-hashing ^0.1.0-alpha.4 normal optional
      • blueprint-crypto-k256 ^0.1.0-alpha.9 normal optional
      • blueprint-crypto-sp-core ^0.1.0-alpha.8 normal optional
      • blueprint-crypto-sr25519 ^0.1.0-alpha.9 normal optional
      • blueprint-crypto-tangle-pair-signer ^0.1.0-alpha.13 normal optional
      • thiserror ^2.0.6 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

blueprint_crypto0.1.0-alpha.13

IntoCryptoError

Required Methods

  • into_crypto_error

Implementations on Foreign Types

  • BlsError
  • Bn254Error
  • Ed25519Error
  • K256Error
  • SpCoreError
  • Sr25519Error

Implementors

In crate blueprint_crypto

blueprint_crypto

Trait IntoCryptoError

Source
pub trait IntoCryptoError {
    // Required method
    fn into_crypto_error(self) -> CryptoCoreError;
}

Required Methods§

Source

fn into_crypto_error(self) -> CryptoCoreError

Implementations on Foreign Types§

Source§

impl IntoCryptoError for BlsError

Source§

fn into_crypto_error(self) -> CryptoCoreError

Source§

impl IntoCryptoError for Bn254Error

Source§

fn into_crypto_error(self) -> CryptoCoreError

Source§

impl IntoCryptoError for Ed25519Error

Source§

fn into_crypto_error(self) -> CryptoCoreError

Source§

impl IntoCryptoError for K256Error

Source§

fn into_crypto_error(self) -> CryptoCoreError

Source§

impl IntoCryptoError for SpCoreError

Source§

fn into_crypto_error(self) -> CryptoCoreError

Source§

impl IntoCryptoError for Sr25519Error

Source§

fn into_crypto_error(self) -> CryptoCoreError

Implementors§