Docs.rs
  • did-key-0.2.1
    • did-key 0.2.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tmarkovski
    • Dependencies
      • arrayref ^0.3 normal
      • base64 ^0.13 normal
      • bls12_381_plus ^0.7 normal
      • bs58 ^0.4.0 normal
      • curve25519-dalek ^3.0.0 normal
      • did_url ^0.1.0 normal
      • ed25519-dalek ^1.0.1 normal
      • getrandom ^0.2 normal
      • hkdf ^0.11 normal
      • json-patch ^0.2.6 normal
      • libsecp256k1 ^0.7.1 normal
      • p256 ^0.11.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.9 normal
      • x25519-dalek ^1.1.0 normal
      • criterion ^0.3 dev
      • fluid ^0.4 dev
    • Versions
    • 11.54% 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
logo

logo

Fingerprint

Required Methods

  • fingerprint

Implementors

In did_key

?
Change settings

Trait did_key::Fingerprint

source ·
pub trait Fingerprint {
    fn fingerprint(&self) -> String;
}

Required Methods§

source

fn fingerprint(&self) -> String

Implementors§

source§

impl Fingerprint for Bls12381KeyPairs

source§

impl Fingerprint for PatchedKeyPair

source§

impl Fingerprint for Ed25519KeyPair

source§

impl Fingerprint for P256KeyPair

source§

impl Fingerprint for Secp256k1KeyPair

source§

impl Fingerprint for X25519KeyPair