Skip to content

Commit

Permalink
Fix broken link to tkeysign and mention tkey-device-signer
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj authored and mchack-work committed Jun 7, 2023
1 parent 215257b commit 48de67d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tkeyclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
// err = tk.LoadAppFromFile(*fileName)
//
// After this, you will have to switch to a new protocol specific to
// the app, see for instance the package
// github.com/tillitis/tillitis-key1-apps/tk1sign for one such app
// specific protocol.
// the app, see for instance the Go package
// https://github.com/tillitis/tkeysign for one such app specific
// protocol to speak to the signer app:
//
// https://github.com/tillitis/tkey-device-signer
//
// When writing your app specific protocol you might still want to use
// the framing protocol provided here. See NewFrameBuf() and
Expand Down

0 comments on commit 48de67d

Please sign in to comment.