1
0
Fork 0
Crypto library written in Ada
Ir para arquivo
bg nerilex 1f0716f387 adding support for not using a SMN 2015-10-07 01:21:26 +02:00
src adding support for not using a SMN 2015-10-07 01:21:26 +02:00
testvectors +TestVectors from NESSIE 2015-08-19 07:00:16 +02:00
.gitattributes trying to fix highlighting 2015-07-10 12:24:42 +02:00
LICENSE Including GPLv3 license and Copyright statements. 2015-06-11 02:54:45 +02:00
Makefile initial commit - types seem to work to some degree 2015-04-22 02:05:50 +02:00
README.md +README.md 2015-08-15 05:31:55 +02:00
steelcrypt.gpr generic update + PiCipherV2 2015-09-19 20:07:46 +02:00

README.md

SteelCrypt

SteelCrypt is a open-source and free crypto library written in Ada.

The aims are:

  • provide a unified, generic and easy to use API
  • provide secure and safe implementations which maybe get formal verification (somewhere in the distant future)
  • implement the algorithms in an efficient way

This is preliminary work to implement a secure and safe TLS library.