auths-crypto 0.1.2

Cryptographic primitives for Auths: KERI key parsing and DID:key encoding
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "native")]
mod kat;
#[cfg(feature = "native")]
mod pkcs8_roundtrip;
#[cfg(feature = "native")]
mod provider;
mod seed_decode;
mod ssh;