Registry / crypto / nspcc-dev-neofs-crypto

nspcc-dev-neofs-crypto

JSON →
library0.4.1gogounverified

Cryptographic utilities for the NeoFS distributed storage network, including key management and signing.

go get github.com/nspcc-dev/neofs-crypto
INSTALL
IMPORT
SIG · NSPCC-DEV-NEOFS-CR
N
nspcc-dev-neofs-crypto
cryptogov0.4.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/nspcc-dev/neofs-crypto

Creates a private key from a hex string and prints its public key.

package main import ( "fmt" "github.com/nspcc-dev/neofs-crypto" ) func main() { key, err := crypto.NewPrivateKeyFromHex("hex-encoded-key") if err != nil { fmt.Println(err) return } fmt.Println(key.PublicKey()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Amazon
1
Resources
nspcc-dev-neofs-crypto — go get nspcc-dev-neofs-crypto · libregistry