Docs.rs
tiny-crypto-0.1.3
tiny-crypto 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mikewei
Dependencies
base64ct ^1.6.0
normal
bincode ^1.3.3
normal
hex ^0.4.3
normal
libaes ^0.7.0
normal
sha1 ^0.10.6
normal
hex-literal ^0.4.1
dev
rstest ^0.18.2
dev
Versions
62.86%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tiny_
crypto
0.1.3
Module encoding
Module Items
Constants
Traits
In crate tiny_
crypto
tiny_crypto
Module
encoding
Copy item path
Source
Expand description
Text Encoders
Constants
§
BASE64
BASE64 is a constant Base64 instance for convenience.
HEX
HEX is a constant Hex instance for convenience.
Traits
§
Encoder
The trait for encoders to encode to / decode from string.