Skip to content

Release 0.2.0

Choose a tag to compare

@ghackebeil ghackebeil released this 19 Oct 03:06
· 22 commits to master since this release

Release 0.2.0 of PyORAM includes the following updates:

  • 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