Eduard S bffc894c62 Fix Travis to really test 32 bits
To make sure 32 bits arch is being tested, try the following test which should
fail in 32 bits mode:
```go
package utils

import (
	"math/bits"
	"testing"
)

func TestBreak(t *testing.T) {
	if bits.UintSize != 64 {
		panic("bits.UintSize != 64")
	}
}
```
2020-04-09 16:59:02 +02:00
2020-03-03 16:31:09 +01:00
2020-03-17 17:17:45 +01:00
2020-04-09 16:59:02 +02:00
2020-04-09 16:59:02 +02:00
2019-06-30 18:06:58 +02:00
2019-06-25 14:50:17 +02:00
2019-06-30 18:06:58 +02:00

go-iden3-crypto Go Report Card Build Status GoDoc

Go implementation of some cryptographic primitives (that fit inside the SNARK field) used in iden3

Description
No description provided
Readme GPL-3.0 2.2 MiB
Languages
Go 100%