MD5/Implementation: Difference between revisions

Content added Content deleted
(add Ada)
m (→‎{{header|Ada}}: add short note about endianness)
Line 28: Line 28:


=={{header|Ada}}==
=={{header|Ada}}==
note: this could be dependant on the endianness of the machine it runs on - not tested on big endian.

md5.ads:
md5.ads:
<lang Ada>package MD5 is
<lang Ada>package MD5 is