Registry / crypto / drand-kyber-bls12381

drand-kyber-bls12381

JSON →
library0.3.4gogounverified

A Go implementation of the BLS12-381 pairing-friendly elliptic curve, part of the Kyber cryptography library.

go get github.com/drand/kyber-bls12381
INSTALL
IMPORT
SIG · DRAND-KYBER-BLS123
D
drand-kyber-bls12381
cryptogov0.3.4
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/drand/kyber-bls12381

Creates a new BLS12-381 cryptographic suite.

package main import ( "fmt" "github.com/drand/kyber-bls12381" ) func main() { suite := bls12381.NewSuite() fmt.Println(suite.String()) }
Debug
Known issues
breakingThis library is a wrapper around the Kyber library; ensure compatibility with your Kyber version.
fix
Use the same version of kyber and kyber-bls12381 to avoid API mismatches.
affects: *
Upgrade
Version history
0.3.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources
drand-kyber-bls12381 — go get drand-kyber-bls12381 · libregistry