From 8ece9204ae345c925b13eb91c185889a9ed84c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 12 Dec 2012 08:30:14 +0000 Subject: [PATCH] added README contents; refs #23 --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index e69de29..700473b 100644 --- a/README +++ b/README @@ -0,0 +1,6 @@ +C++ Library for accessing PCSC-lite, OpenSSL, PKCS#11 + +The Libraries for accessing smartcard tokens are written in ugly C, +shifting pointers with no memory management. This library provides a +simple and nice C++ wrapper around these libraries, so that +programmers can concentrate on functionality. \ No newline at end of file