auths-crypto 0.1.13

Cryptographic primitives for Auths: KERI key parsing and DID:key encoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(not(target_arch = "wasm32"))]
mod constant_time;
mod did_key_negative;
#[cfg(feature = "native")]
mod kat;
#[cfg(feature = "native")]
mod negative_paths;
#[cfg(feature = "native")]
mod pkcs8_roundtrip;
#[cfg(feature = "native")]
mod provider;
mod seed_decode;
mod ssh;