Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 803 Bytes

CHANGELOG.rst

File metadata and controls

30 lines (22 loc) · 803 Bytes

Changelog

0.3.0 - master

0.2.1 - 2018-01-04

  • fixes to support latest version of cryptography

0.2.0 - 2016-10-18

  • using chunking to speed up yield_blocks for SFTP
  • speed up clearing entries in S3 interface by chunking delete requests
  • adding helper property to access heap storage on path oram
  • use a mmap to store the top-cached heap buckets
  • replace the show_status_bar keywords by a global config item
  • express status bar units as a memory transfer rate during setup
  • tweaks to Path ORAM to make it easier to generalize to other schemes
  • changing suffix of S3 index file from txt to bin
  • updates to readme

0.1.2 - 2016-05-15

  • Initial release.