Registry / crypto / multiversx-mx-chain-crypto-go

multiversx-mx-chain-crypto-go

JSON →
library1.3.1gogounverified

Package crypto provides cryptographic primitives and utilities for the MultiversX blockchain.

go get github.com/multiversx/mx-chain-crypto-go
INSTALL
IMPORT
SIG · MULTIVERSX-MX-CHAI
M
multiversx-mx-chain-crypto-go
cryptogov1.3.1
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/multiversx/mx-chain-crypto-go

Generate a cryptographic key for the MultiversX blockchain.

package main import ( "fmt" "github.com/multiversx/mx-chain-crypto-go" ) func main() { key, _ := crypto.GenerateKey() fmt.Println(key) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
multiversx-mx-chain-crypto-go — go get multiversx-mx-chain-crypto-go · libregistry