We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 3fc727dCopy full SHA for 3fc727d
go.mod
@@ -0,0 +1,9 @@
1
+module scp03
2
+
3
+go 1.16
4
5
+require (
6
+ github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1
7
+ github.com/pkg/errors v0.9.1
8
+ github.com/skythen/apdu v0.1.1
9
+)
0 commit comments