Commit graph

6 commits

Author SHA1 Message Date
Jan Dittberner 2e467b3d2e Configure golangci-lint and fix warnings 2021-01-09 11:24:40 +01:00
Jan Dittberner 2de9771472 Start implementation of revoke action 2021-01-04 20:39:35 +01:00
Jan Dittberner 38566f35ef Refactor signer code into command and package 2021-01-04 14:15:19 +01:00
Jan Dittberner 72e921ec1b Define constants for sign and revoke actions 2021-01-04 08:15:02 +01:00
Jan Dittberner 42d1e6e991 Refactor client into separate files
Add a main loop, move I/O code into io.go, move configuration into config.go.
Use shared.Decode24BitLength instead of manually decoding block lengths.
Fix response block decoding and checksum validation.
Add constants for commonly used byte values and use these in the signer and
the client.
2020-04-17 19:39:01 +02:00
Jan Dittberner a89275a8e4 Initial signer rewrite in Go 2018-10-31 11:17:51 +01:00