mirror of
https://github.com/arnaucube/go-snark-study.git
synced 2026-02-02 17:26:41 +01:00
Archive repository
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
## Bn128
|
||||
[](https://godoc.org/github.com/arnaucube/go-snark/bn128) bn128
|
||||
[](https://godoc.org/github.com/arnaucube/go-snark-study/bn128) bn128
|
||||
Implementation of the bn128 pairing in Go.
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"errors"
|
||||
"math/big"
|
||||
|
||||
"github.com/arnaucube/go-snark/fields"
|
||||
"github.com/arnaucube/go-snark-study/fields"
|
||||
)
|
||||
|
||||
// Bn128 is the data structure of the BN128
|
||||
|
||||
@@ -3,7 +3,7 @@ package bn128
|
||||
import (
|
||||
"math/big"
|
||||
|
||||
"github.com/arnaucube/go-snark/fields"
|
||||
"github.com/arnaucube/go-snark-study/fields"
|
||||
)
|
||||
|
||||
type G1 struct {
|
||||
|
||||
@@ -3,7 +3,7 @@ package bn128
|
||||
import (
|
||||
"math/big"
|
||||
|
||||
"github.com/arnaucube/go-snark/fields"
|
||||
"github.com/arnaucube/go-snark-study/fields"
|
||||
)
|
||||
|
||||
type G2 struct {
|
||||
|
||||
Reference in New Issue
Block a user