Skip to content

0.7.0

Compare
Choose a tag to compare
@ZER0 ZER0 released this 25 Jan 12:54
· 106 commits to master since this release
1625591

Add

  • Add Serializable trait to all structures

Remove

  • Remove manual implementation of from_bytes and to_bytes from all structures

Change

  • Change return value of from_bytes from Option / CtOption into Result<Self, Error>