Go pkg to interact with the Status Keycard https://status.app/keycard
Go to file
Andrea Franz 3abea2751b
log decrypted response
2019-03-21 22:59:43 +01:00
apdu add GenerateSecrets function 2019-03-14 16:05:40 +01:00
crypto update pairing salt 2019-03-13 13:49:49 +01:00
derivationpath add derivationpath encoder 2019-03-15 17:03:01 +01:00
globalplatform check error in gp cmdSet checkOK 2019-03-15 10:28:50 +01:00
hexutils add comments to all packages 2018-10-19 14:46:54 +02:00
identifiers remove old commands 2019-03-13 16:23:39 +01:00
types return pubkey from signature data 2019-03-19 15:11:55 +01:00
.gitignore fix usage func 2018-11-08 15:03:50 +01:00
LICENSE.md add LICENSE 2018-11-08 15:16:16 +01:00
Makefile update makefile 2019-03-18 22:14:13 +01:00
README.md update link to the keyard-cli 2019-03-18 22:18:52 +01:00
command_set.go add keycard-set-pinless-path command 2019-03-16 10:03:35 +01:00
commands.go add keycard-set-pinless-path command 2019-03-16 10:03:35 +01:00
keycard.go update logger name 2019-03-18 22:17:11 +01:00
secrets.go generate pairing token for new secrets 2019-03-19 15:11:39 +01:00
secure_channel.go log decrypted response 2019-03-21 22:59:43 +01:00
secure_channel_test.go fix tests 2019-03-13 16:33:02 +01:00

README.md

keycard-go

keycard-go is a set of Go packages built to interact with the Status Keycard.

If you only need a tool to initialize your card, check out keycard-cli.