Skip to content

Commit 3fc727d

Browse files
committed
init
0 parents  commit 3fc727d

File tree

2 files changed

+954
-0
lines changed

2 files changed

+954
-0
lines changed

go.mod

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)