cberner / raptorq

Rust implementation of RaptorQ (RFC6330)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new function for Encoder taking an ObjectTransmissionInformation

evq opened this issue · comments

commented

Hey there!

I'm working on an application that blends RaptorQ and STROBE for efficient, secure transmission of files. In this combination it is ideal if the config can be created and sent to the other party first - before the final data to be encoded is ready.

Are you open to having a Encoder::new that takes the config and data?

Sure, that sounds reasonable. Just send a PR

Closing, but feel free to send a PR!