saa-crypto 0.26.2

Cryprography related logic of smart account auth
Documentation
1
2
3
4
5
pub use cosmwasm_crypto::{secp256k1_verify, ed25519_verify};
#[cfg(feature = "ethereum")]
pub use cosmwasm_crypto::secp256k1_recover_pubkey;
#[cfg(not(feature = "secp256r1"))]
pub use cosmwasm_crypto::secp256r1_verify;