Registry / crypto / kilic-bls12-381

kilic-bls12-381

JSON →
library0.1.0gogounverified

A Go implementation of the BLS12-381 pairing-friendly elliptic curve.

go get github.com/kilic/bls12-381
INSTALL
IMPORT
SIG · KILIC-BLS12-381
K
kilic-bls12-381
cryptogov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bls12381
github.com/kilic/bls12-381

Create a G1 point and check if it's zero.

package main import ( "fmt" "github.com/kilic/bls12-381" ) func main() { g1 := bls12381.NewG1() p := g1.One() fmt.Println(g1.IsZero(p)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
kilic-bls12-381 — go get kilic-bls12-381 · libregistry