Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 699 Bytes

File metadata and controls

24 lines (21 loc) · 699 Bytes

Self-Encryption - Change Log

[0.2.2]

  • Compression pre encrypt and post encrypt in encrypt and decrypt methods
  • Task passing to allow cores to be lit up when handling chunks

[0.2.1]

  • Fixed lint warnings caused by latest Rust nightly

[0.0.0 - 0.2.0]

  • Initial structure
  • Test set-up
  • Travis integration
  • Docs creation
  • Docs hosting (github.io)
  • Windows CI set-up (ci.AppVeyor.com)
  • Read/Write file in memory based buffer
  • API version 0.0.8
  • Implement disk based interface as example
  • Full unit tests in lib.rs
  • Integrations tests in tests module
  • Benchmark tests for varying file sizes from 1 byte to 10 M/b
  • API stable version 0.1.0
  • Coverage analysis (coveralls ?)