aboutsummaryrefslogtreecommitdiff
path: root/security/libsparkcrypto/pkg-descr
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-07-01 16:36:08 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-07-01 16:36:08 +0000
commitec93240f13c45849ce746bd90352037a13921a5d (patch)
tree42be6ec38144d868919b2eaef6a32910e69c6263 /security/libsparkcrypto/pkg-descr
parent645a48e8a5e70578ac19927e186c81ffe04179fd (diff)
Notes
Diffstat (limited to 'security/libsparkcrypto/pkg-descr')
-rw-r--r--security/libsparkcrypto/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/libsparkcrypto/pkg-descr b/security/libsparkcrypto/pkg-descr
new file mode 100644
index 000000000000..cb64120ca02b
--- /dev/null
+++ b/security/libsparkcrypto/pkg-descr
@@ -0,0 +1,12 @@
+libsparkcrypto is a formally verified implementation of several widely used
+symmetric cryptographic algorithms using the SPARK programming language and
+toolset. For the complete library proofs of the absence of run-time errors
+like type range violations, division by zero and numerical overflows are
+available. Some of its subprograms include proofs of partial correctness.
+
+The distribution contains test cases for all implemented algorithms and a
+benchmark to compare its performance with the OpenSSL library. The achieved
+speed has been found to be very close to the optimized C and Assembler
+implementations of OpenSSL.
+
+WWW: http://senier.net/libsparkcrypto/