Registry / crypto / stack-epic-util

stack-epic-util

JSON →
library3.6.0rscratesunverified

Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.

# Cargo.toml [dependencies] stack_epic_util = "3.6.0"
INSTALL
IMPORT
SIG · STACK-EPIC-UTIL
S
stack-epic-util
cryptorustv3.6.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.

Hash
use stack_epic_util::types::Hash;

Creates a Hash from a hex string using stack_epic_util.

use stack_epic_util::types::Hash; fn main() { let hash = Hash::from_hex("abc").unwrap(); println!("{:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
14
Amazon
1
Resources
stack-epic-util — cargo add stack-epic-util · libregistry