1//! CKB crypto util library. 2//! 3//! This crate keep as legacy, only used in test now. 4 5#[cfg(feature = "secp")] 6pub mod secp;