3 releases

new 0.1.2 May 16, 2025
0.1.1 May 13, 2025
0.1.0 Apr 30, 2025

#1947 in Cryptography

Download history 99/week @ 2025-04-25 66/week @ 2025-05-02 126/week @ 2025-05-09

291 downloads per month
Used in rust-eigenda-v2-client

MIT/Apache

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 a Blob.
  • 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 a Payload 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