v0.1.10
What's Changed
- Adds ToBytes implementation, optional zeroize support by @kaidokert in #37
- Implement FromBytes by @kaidokert in #39
- To/FromBytes implementations currently use unsafe, due to limited const generics ( needs
generic_const_exprs
)
Full Changelog: v0.1.9...v0.1.10