no-std const_sv2

This crate holds all of the shared constants used across the different Stratum V2 protocols and roles crates

6 releases (3 stable)

2.1.0 Oct 17, 2024
2.0.0 Aug 9, 2024
1.0.0 Mar 21, 2024
0.1.3 Feb 15, 2024
0.1.0 Jun 14, 2021
Download history 178/week @ 2024-07-22 124/week @ 2024-07-29 195/week @ 2024-08-05 236/week @ 2024-08-12 408/week @ 2024-08-19 348/week @ 2024-08-26 154/week @ 2024-09-02 123/week @ 2024-09-09 145/week @ 2024-09-16 281/week @ 2024-09-23 134/week @ 2024-09-30 48/week @ 2024-10-07 363/week @ 2024-10-14 160/week @ 2024-10-21 118/week @ 2024-10-28 145/week @ 2024-11-04

789 downloads per month
Used in 18 crates (16 directly)

MIT/Apache

17KB
113 lines

const_sv2

crates.io docs.rs rustc+ license

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.

Key Capabilities

  • Protocol Constants: Define key protocol discriminants, message types, and sizes for the Sv2 binary protocol.
  • Encryption Support: Includes constants for encryption using ChaChaPoly and ElligatorSwift encoding.
  • Channel Bits: Defines whether specific messages are associated with a channel, simplifying protocol handling.
  • Modular: Supports a no_std environment, enabling use in embedded systems or environments without a standard library.

Usage

To include this crate in your project, run:

cargo add const_sv2

Dependencies

~7.5MB
~96K SLoC