Skip to content

Commit

Permalink
feat(python): Add streaming encryption and update documentation
Browse files Browse the repository at this point in the history
This commit introduces several improvements to the Python bindings and documentation:

- Add streaming_encrypt_from_file function for memory-efficient file encryption
- Consolidate Python documentation into a single, well-organized section
- Update examples to demonstrate both regular and streaming encryption methods
- Add installation instructions and improve API documentation structure
- Remove duplicate and outdated Python binding sections

The streaming encryption feature allows processing large files without loading
them entirely into memory, while maintaining the same security guarantees as
the regular encryption method.
  • Loading branch information
dirvine committed Nov 28, 2024
1 parent 402f5fd commit 1714681
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 333 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "self_encryption"
readme = "README.md"
repository = "https://github.com/maidsafe/self_encryption"
version = "0.32.3"
version = "0.32.4"

[features]
default = []
Expand Down
Loading

0 comments on commit 1714681

Please sign in to comment.