auths-sdk 0.1.2

Application services layer for Auths identity operations
Documentation
1
2
3
4
5
6
7
8
//! Re-exports of cryptographic utilities from `auths-core`.

pub use auths_core::crypto::provider_bridge;
pub use auths_core::crypto::signer::decrypt_keypair;
pub use auths_core::crypto::ssh::{
    SecureSeed, construct_sshsig_pem, construct_sshsig_signed_data, create_sshsig,
    encode_ssh_pubkey, extract_seed_from_pkcs8,
};