CosmicHorrorDev / vdf-rs

VDF parsing and (de)serialization for Rust
Apache License 2.0
31 stars 3 forks source link

Don't panic when serializing an invalid tokenstream #49

Closed CosmicHorrorDev closed 10 months ago

CosmicHorrorDev commented 10 months ago

Fixes #45

There are some lingering notes where I've noticed that the Error type is pretty messy, but other than that the changes are very straightforward