Skip to content

Commit

Permalink
- changed to mxmar;
Browse files Browse the repository at this point in the history
Signed-off-by: mxmar <[email protected]>
  • Loading branch information
mxmar committed Mar 22, 2021
1 parent 2518c5c commit 246a45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/agg-verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/herumi/bls-go-binary/bls"
"github.com/mxmar/bls-go-binary/bls"
)

var g_Qcoeff []uint64
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/herumi/bls-go-binary
module github.com/mxmar/bls-go-binary

go 1.12

0 comments on commit 246a45c

Please sign in to comment.