diba-io / carbonado

An apocalypse-resistant data storage format for the truly paranoid.
MIT License
105 stars 7 forks source link

Final improvements for Carbonado 0.2 #19

Closed cryptoquick closed 1 year ago

cryptoquick commented 1 year ago

CSPRNG padding is not necessary due to the padding 0s not being a part of the ciphertext. Improve terminology disambiguation in README and EncodeInfo struct. Replace runtime assertions with non-panicking error handling.