octavo v0.1.2 Release Notes

Release Date: 2016-04-12 // almost 8 years ago

Previous changes from v0.1.0

  • ๐Ÿ› Bug Fixes

    • โœ๏ธ fix typos (ab0713ab)
    • Fix PGP key link in README (177e644d)
    • โœ๏ธ more typos (db62aec2)
    • โœ๏ธ fix typos (ea67f8e7)
    • ๐Ÿ‘• Remove Clippy linters (d61e61a5)
    • copy pasta error (cd3037db)
    • crypto::stream::chacha20:
      • Cast buffer in read-only matter (af8d20f4)
      • Fix unsafe code to provide valid size for slice (ade5b292)
      • Fix wrong test case (dd78633f)
    • utils::buffer: Remove unsafe call (ce71c57b)

    ๐Ÿ”‹ Features

    • chacha20: Finish implementation (4ad38899)
    • crypto::block: Move encryption traits (43af74ff)
    • digest::Digest: Remove Digest::hex_result (4bc3d165)
    • sum: Add sum tool (0b475b52)