added README contents; refs #23

This commit is contained in:
Marc Wäckerlin
2012-12-12 08:30:14 +00:00
parent 9ccb074ea4
commit 8ece9204ae

6
README
View File

@@ -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.