Registry / crypto / near-crypto-v01

near-crypto-v01

JSON →
library0.1.0rscratesunverified

Internal crate providing common cryptographic types for the NEAR protocol.

# Cargo.toml [dependencies] near-crypto-v01 = "0.1.0"
INSTALL
IMPORT
SIG · NEAR-CRYPTO-V01
N
near-crypto-v01
cryptorustv0.1.0
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.

PublicKey
use near_crypto_v01::PublicKey;

Parses a NEAR public key from a string.

use near_crypto_v01::PublicKey; fn main() { let key = PublicKey::from_str("ed25519:...").unwrap(); println!("Key: {:?}", key); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
near-crypto-v01 — cargo add near-crypto-v01 · libregistry