add travis, add go.mod go.sum, update babyjub hex encoders to avoid

importing go-iden3
This commit is contained in:
arnaucube
2019-06-25 15:13:40 +02:00
parent e92a15d3b0
commit 7b219e15ec
10 changed files with 103 additions and 21 deletions

View File

@@ -1,11 +1,11 @@
package babyjub
import (
// "fmt"
"encoding/hex"
"github.com/stretchr/testify/assert"
"math/big"
"testing"
"github.com/stretchr/testify/assert"
)
func TestAdd1(t *testing.T) {