pallas/pallas-codec
Lucas 7fada705a0
feat: Move flat en/de from aiken to pallas (#303)
Nothing new is going on within the code itself.
I simply popped the crate into pallas_codec
as a submodule `pallas_codec::flat`. I also moved
over the tests that we had in the crate. In general
this is in solid shape and hasn't had any changes for
months. That said there could be some things that require love
like dealing with BigInt.

Co-authored-by: Kasey White <kwhitemsg@gmail.com>
2023-10-04 19:08:52 -04:00
..
src feat: Move flat en/de from aiken to pallas (#303) 2023-10-04 19:08:52 -04:00
tests feat: Move flat en/de from aiken to pallas (#303) 2023-10-04 19:08:52 -04:00
Cargo.toml feat: Move flat en/de from aiken to pallas (#303) 2023-10-04 19:08:52 -04:00
README.md feat: Move flat en/de from aiken to pallas (#303) 2023-10-04 19:08:52 -04:00

Pallas Codec

Flat

A Rust port of the Haskell reference implementation.