RustCrypto / block-modes

Collection of generic block mode algorithms written in pure Rust
64 stars 13 forks source link

How can I use the try_apply_keystream_partial() with AES CTR mode? #60

Closed shijimasoft closed 5 months ago

shijimasoft commented 5 months ago

I want to access the try_apply_keystream_partial() function. I imported StreamCipherCore in my main.rs but the AesCtr128 still not implement the method, do you have any suggestions? Thanks