Skip to content

Commit

Permalink
Moved bn256 to remote dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kiltsonfire authored and wizeguyy committed Jan 25, 2023
1 parent 9b543bc commit 54729f7
Show file tree
Hide file tree
Showing 40 changed files with 10 additions and 6,024 deletions.
28 changes: 0 additions & 28 deletions crypto/bn256/LICENSE

This file was deleted.

3 changes: 2 additions & 1 deletion crypto/bn256/bn256_fast.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file.

//go:build amd64 || arm64
// +build amd64 arm64

// Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
package bn256

import (
bn256cf "github.com/dominant-strategies/go-quai/crypto/bn256/cloudflare"
bn256cf "github.com/dominant-strategies/bn256"
)

// G1 is an abstract cyclic group. The zero value is suitable for use as the
Expand Down
23 changes: 0 additions & 23 deletions crypto/bn256/bn256_slow.go

This file was deleted.

27 changes: 0 additions & 27 deletions crypto/bn256/cloudflare/LICENSE

This file was deleted.

Loading

0 comments on commit 54729f7

Please sign in to comment.