MAGIC - add go.mod

This commit is contained in:
Emman 2021-01-20 16:52:05 +08:00
parent cd8d60fc16
commit cf6789f2f9
2 changed files with 5 additions and 1 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/emmansun/gmsm
go 1.14

View File

@ -6,9 +6,10 @@ import (
"encoding/binary"
"errors"
"fmt"
"gmsm/sm3"
"io"
"math/big"
"github.com/emmansun/gmsm/sm3"
)
const (