ow_blob_codec

Crates.ioow_blob_codec
lib.rsow_blob_codec
version0.1.2
sourcesrc
created_at2024-09-26 08:51:34.727075
updated_at2024-10-21 10:39:14.427984
descriptionConvert xml files to EIP4844 BLOB
homepage
repository
max_upload_size
id1387189
size33,907
(cezary-stroczynski)

documentation

README

WIP! Do not use in production code!

This code compress xml file/files under a given path into the single BLOB that conforms with the requirements for the KZG BLOB described HERE.

It uses DEFLATE compression algorithm. After compressing the file it cut received Vec<u8> into 31 byte long chunks and append 0 or 1 at the beginning of each. It appends 1 if it's the last chunk in the processed file and 0 for all the other cases.

Commit count: 0

cargo fmt