// File: crates/api/src/traits/serialize.rs
//! Traits for byte serialization of cryptographic types.
use crateResult;
use Zeroizing;
/// A trait for public types that can be serialized to and from bytes.
/// A trait for secret types that can be securely serialized.