ct-codecs 0.1.0

Constant-time hex and base64 codecs from libsodium reimplemented in Rust
Documentation
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub enum Error {
    /// The provided output buffer would be too small.
    Overflow,
    /// The input isn't valid for the given encoding.
    InvalidInput,
}