Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 590 Bytes

goscard

Go Reference

goscard is a PCSC / SCard wrapper in pure Go, without any CGO bindings.

It implements all WinSCard functions on Windows, PCSCLite functions on Linux and PCSC framework functions on MacOSX.

Shoutout to the purego project, without which Linux / MacOSX support wouldn't have been possible!

Usage

See the pcsc example.