go-piv / go-ykpiv

Golang interface to manage Yubikeys, including a crypto.Signer & crypto.Decrypter interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Options.Verbose is a bool but libykpiv has levels >1

tv42 opened this issue · comments

commented

I wanted to make libykpiv spit out the bytes it transmit to the yubikey, which it does at verbose >= 2. The Go wrapper's Options.Verbose should have let me do that.