From 5a5dd82907ec6794c245d1c535f22a82b7ed758f Mon Sep 17 00:00:00 2001 From: bg Date: Sat, 15 Aug 2015 05:31:55 +0200 Subject: [PATCH] +README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..56d3cb1 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +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. + + \ No newline at end of file