| Crates.io | const_sv2 |
| lib.rs | const_sv2 |
| version | 4.0.1 |
| created_at | 2021-06-14 17:08:27.805609+00 |
| updated_at | 2025-07-09 17:59:05.492793+00 |
| 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,419 |
WARNING: this crate has been deprecated and is no longer maintained.
const_sv2 is a Rust no_std 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