2012-12-12 08:30:14 +00:00
|
|
|
C++ Library for accessing PCSC-lite, OpenSSL, PKCS#11
|
|
|
|
|
|
|
|
The Libraries for accessing smartcard tokens are written in ugly C,
|
2012-12-12 09:24:31 +00:00
|
|
|
moving around pointers with no memory management. This library
|
|
|
|
provides a simple and nice C++ wrapper around these libraries, so that
|
2012-12-12 08:30:14 +00:00
|
|
|
programmers can concentrate on functionality.
|