bsc/vendor/github.com/ebfe/scard
2019-04-08 13:19:37 +02:00
..
LICENSE accounts, core, internal, node: Add support for smartcard wallets 2019-04-08 13:19:37 +02:00
README.md accounts, core, internal, node: Add support for smartcard wallets 2019-04-08 13:19:37 +02:00
scard_darwin.go accounts, core, internal, node: Add support for smartcard wallets 2019-04-08 13:19:37 +02:00
scard_unix.go accounts, core, internal, node: Add support for smartcard wallets 2019-04-08 13:19:37 +02:00
scard_windows.go accounts, core, internal, node: Add support for smartcard wallets 2019-04-08 13:19:37 +02:00
scard.go accounts, core, internal, node: Add support for smartcard wallets 2019-04-08 13:19:37 +02:00
zconst.go accounts, core, internal, node: Add support for smartcard wallets 2019-04-08 13:19:37 +02:00

scard

GoDoc

Go bindings to the PC/SC API.

Installation

go get github.com/ebfe/scard

Bugs

- Memory layouts/GC needs a thorough review.