Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(python): Add streaming encryption and update documentation
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