Registry / crypto / drand-kyber

drand-kyber

JSON →
library1.3.2gogounverified

A toolbox of advanced cryptographic primitives for Go, including group-based public-key crypto, zero-knowledge proofs, and threshold schemes.

go get github.com/drand/kyber
INSTALL
IMPORT
SIG · DRAND-KYBER
D
drand-kyber
cryptogov1.3.2
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.

kyber
github.com/drand/kyber

Generate a keypair using the Ed25519 suite.

package main import ( "fmt" "github.com/drand/kyber" "github.com/drand/kyber/group/edwards25519" ) func main() { suite := edwards25519.NewBlakeSHA256Ed25519() a := suite.Scalar().Pick(suite.RandomStream()) A := suite.Point().Mul(a, nil) fmt.Println(A) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
Resources
drand-kyber — go get drand-kyber · libregistry