Registry / crypto / tendermint-crypto

tendermint-crypto

JSON →
library0.0.0-20191022145703-50d29ede1e15gogounverified

Cryptographic utilities used by Tendermint, including key types and signing.

go get github.com/tendermint/crypto
INSTALL
IMPORT
SIG · TENDERMINT-CRYPTO
T
tendermint-crypto
cryptogov0.0.0-20191022145703-50d29ede1e15
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.

crypto
github.com/tendermint/crypto

Generate an Ed25519 key pair

package main import ( "fmt" "github.com/tendermint/crypto" ) func main() { privKey := crypto.GenPrivKeyEd25519() pubKey := privKey.PubKey() fmt.Println(pubKey) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191022145703-50d29ede1e15latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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