mirror of
https://github.com/arnaucube/go-iden3-crypto.git
synced 2026-02-07 11:36:41 +01:00
add travis, add go.mod go.sum, update babyjub hex encoders to avoid
importing go-iden3
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user