https://github.com/antonmeep/base64
Base64 encoding/decoding routines
https://github.com/antonmeep/base64
ada base64 decoding encoding
Last synced: 11 months ago
JSON representation
Base64 encoding/decoding routines
- Host: GitHub
- URL: https://github.com/antonmeep/base64
- Owner: AntonMeep
- License: isc
- Created: 2022-02-21T14:29:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T15:56:20.000Z (over 4 years ago)
- Last Synced: 2025-07-15T09:43:28.138Z (11 months ago)
- Topics: ada, base64, decoding, encoding
- Language: Ada
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
base64
[](https://github.com/AntonMeep/base64/blob/master/LICENSE.txt)
[](https://alire.ada.dev/crates/base64.html)
[](https://github.com/AntonMeep/base64/releases/latest)
=======
Base64 encoding and decoding routines for Ada. Generic packages are provided to simplify integration into already existing projects where you might already have defined own types to represent bytes and byte arrays.
This implementation does not utilize dynamic memory allocation, therefore amount of data it can process at once is limited by available stack space.