alexandria_encoding 0.1.0
Encoding utilities
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.
Version 0.1.0
Uploaded 5 months ago
Size 10.7 KB
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"
Homepage github.com/keep-starknet-strange/alexandria/tree/main/src/encoding