Crates.io | const_sv2 |
lib.rs | const_sv2 |
version | |
source | src |
created_at | 2021-06-14 17:08:27.805609 |
updated_at | 2024-12-27 17:36:25.566811 |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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