diff --git a/CREDITS.md b/CREDITS.md index cd9aa1a..f3a7dcd 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,7 +1,5 @@ # Contributors -## In alphabetical order by surname: - * Anatol Belski (Contributor) * Calvin Buckley (Contributor) * Remi Collet (Contributor) diff --git a/TODO.md b/TODO.md index 2c2cdab..ebe81af 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,11 @@ -# TODO +# TODO: -## Implement important missing PC/SC functions and write documentation: +Implement important missing PC/SC functions and write documentation: - * SCardControl() - * SCardGetStatusChange() * SCardBeginTransaction() * SCardEndTransaction() + * SCardControl() + * SCardGetStatusChange() * Write complete API documentation ## Implement less important missing PC/SC functions: @@ -15,3 +15,6 @@ * SCardListReaderGroups() * SCardReconnect +# GOAL: + +Completely implement the full API from [PC/SC API from PCSC-Lite](https://pcsclite.apdu.fr/api/group__API.html)