FluxEncrypt Async
Async/await support for the FluxEncrypt encryption SDK, providing non-blocking encryption and decryption operations suitable for high-concurrency applications.
Features
- Async Encryption/Decryption: Non-blocking hybrid encryption operations
- Streaming Support: Process large files asynchronously without blocking
- Concurrent Processing: Handle multiple operations simultaneously
- Tokio Integration: Full compatibility with the Tokio async runtime
Quick Start
use ;
use KeyPair;
async