Crate irelia_encoder

source ·
Expand description

This decoder is largely taking from this article. https://dev.to/tiemen/implementing-base64-from-scratch-in-rust-kb1 It goes into detail about the entire thing, and why it works the way it does, and I hightly reccomend reading it Very big thanks to Tiemen for writing it!

The usage of u64s as byte arrays is taken from the base64 crate, which is under the MIT licsense

Structs§