GtkAda Example


This is a utility that I wrote to learn Ada95 and Gtk+.

It prompts for a filename, allows a menu of about 4 "Message Digest" algorithms (MD5, Haval, SHA, Ripemd160) and generates the message digest using the chosen algorithm. I have tested this only under Linux though I am fairly confident it should work under Win32 (NT or 95) as well. (I will be testing the Win32 soon).

It was developed using :

This is being submitted as a possible aid to others trying to learn the above. Anyone can use this anyway they please.

To build this utility, you need to make sure that the following environment variables are set to include where GtkAda is installed :

ADA_INCLUDE_PATH
ADA_OBJECTS_PATH


Click Here to Download


Contributed by: Gita Srinivasan
Contributed on: April 6, 1999
Last updated on: October 27, 1999
License: Public Domain
Back