anychain-kms 0.1.22

A Rust library providing Key Management Schema for AnyChain. Handles general security and signature algorithms.
Documentation
1
2
3
4
5
#[derive(Debug, thiserror::Error)]
pub enum Error {
    #[error("secp256k1 error")]
    Secp256k1Error(#[from] libsecp256k1::Error),
}