Spritz in Ada

SteelCrypt: Spritz in Ada Now my project, SteelCrypt, to craft a new crypto-library in Ada begins. I just finished the first algorithm-core which happens to be Spritz. It was surprisingly that it worked on the first try. I am not really sure if this is more due to the simplicity of Spritz or the virtues of Ada. The long-term aim is to have an TLS-library written completely in Ada. For me this is a natural approach since a lot of the late trouble which occurred with OpenSSL and GnuTLS are not only cause by lazy programmers but also by the language, in this case C, which is inherently lacking security and safety features.