3 releases
new 0.1.2 | May 16, 2025 |
---|---|
0.1.1 | May 13, 2025 |
0.1.0 | Apr 30, 2025 |
#1947 in Cryptography
291 downloads per month
Used in rust-eigenda-v2-client
41KB
712 lines
rust-eigenda-v2-common
Crate with definition of multiple types used in the v2 client of EigenDA.
Types defined in this Crate
EigenDACert
: Contains all data necessary to retrieve and validate aBlob
.Blob
: Data dispersed on EigenDA.EncodedPayload
: Payload that has been encoded. It contains a header that specifies the encoding algorithm and the payload itself.Payload
: Arbitrary data without any processing.PayloadForm
: The form aPayload
is encoded in, it can be in either evaluation or coefficient form.
Use
[dependencies]
rust-eigenda-v2-common = "0.1.1"
Dependencies
~7MB
~128K SLoC