Releases: ghackebeil/PyORAM
Releases · ghackebeil/PyORAM
Release 0.2.1
Release 0.2.1 of PyORAM fixes compatibility issues with the most recent version of the cryptography package (2.1.4).
Release 0.2.0
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
Initial Release
v0.1.2 another patch to fix changelog