Crates.io | const_sv2 |
lib.rs | const_sv2 |
version | 2.1.0 |
source | src |
created_at | 2021-06-14 17:08:27.805609 |
updated_at | 2024-10-17 12:52:20.951188 |
description | This crate holds all of the shared constants used across the different Stratum V2 protocols and roles crates |
homepage | https://stratumprotocol.org |
repository | https://github.com/stratum-mining/stratum |
max_upload_size | |
id | 410006 |
size | 16,648 |
const_sv2
is a Rust crate that provides essential constants for the Sv2 (Stratum V2) protocol. These constants are crucial for message framing, encryption, and protocol-specific identifiers across various Sv2 components, including Mining, Job Declaration, and Template Distribution protocols.
ChaChaPoly
and ElligatorSwift
encoding.no_std
environment, enabling use in embedded systems or environments without a standard library.To include this crate in your project, run:
cargo add const_sv2