[go: up one dir, main page]

ct-codecs 0.1.1

Constant-time hex and base64 codecs from libsodium reimplemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# CT-Codecs

A reimplementation of the base64 and hexadecimal codecs from libsodium and libhydrogen in Rust.

- Constant-time for a given length
- Strict (base64 strings are not malleable)
- Supports padded and unpadded, original and URL-safe base64 variants
- Supports characters to be ignored by the decoder
- Zero dependencies, `no_std` friendly.

# [API documentation]https://docs.rs/ct-codecs