Ada Base58 Encoder/Decoder

October 6, 2017 ยท View on GitHub

This is the Base58 Encoding/Decoding algorithm written in Ada.

Compiling

gnatmake base58_test.adb

Or the free IDE Gnat Programming Studio can compile this

Dependencies

None

Contents

  1. 1Compiling
  2. 2Dependencies