Registry / crypto / cloudflare-circl

cloudflare-circl

JSON →
library1.6.3gogounverified

Package circl provides a collection of cryptographic primitives including post-quantum and elliptic curve algorithms.

go get github.com/cloudflare/circl
INSTALL
IMPORT
SIG · CLOUDFLARE-CIRCL
C
cloudflare-circl
cryptogov1.6.3
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.

circl
github.com/cloudflare/circl

Generates an X25519 key pair using CIRCL's implementation.

package main import ( "fmt" "github.com/cloudflare/circl/dh/x25519" ) func main() { var secret, public x25519.Key x25519.KeyGen(&secret, &public) fmt.Printf("Public key: %x\n", public) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Amazon
1
Resources
cloudflare-circl — go get cloudflare-circl · libregistry