Registry / crypto / wsddn-go-ecdh

wsddn-go-ecdh

JSON →
library0.0.0-20161211032359-48726bab9208gogounverified

An implementation of Elliptic Curve Diffie-Hellman key exchange in Go.

go get github.com/wsddn/go-ecdh
INSTALL
IMPORT
SIG · WSDDN-GO-ECDH
W
wsddn-go-ecdh
cryptogov0.0.0-20161211032359-48726bab9208
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.

ecdh
github.com/wsddn/go-ecdh

Generate an ECDH key pair.

package main import ( "fmt" "github.com/wsddn/go-ecdh" ) func main() { privateKey, publicKey, _ := ecdh.GenerateKey(nil) fmt.Println(privateKey, publicKey) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20161211032359-48726bab9208latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
wsddn-go-ecdh — go get wsddn-go-ecdh · libregistry