alexandria_encoding 0.1.0

Encoding utilities

Readme

Encoding

Base64

Base64 is a binary-to-text encoding scheme used for transferring binary data safely over media designed for text. It divides input data into 3-byte blocks, each converted into 4 ASCII characters using a specific index table. If input bytes aren't divisible by three, it's padded with '=' characters. The process is reversed for decoding.

Metadata

Version 0.1.0

Uploaded 1 month ago

Size 10.7 KB

Installation

Run the following command in your project dir

scarb add alexandria_encoding@0.1.0

Or add the following line to your Scarb.toml

alexandria_encoding = "0.1.0"

Monthly downloads

Links

Homepage github.com/keep-starknet-strange/alexandria/tree/main/src/encoding

Owners