Closed shijimasoft closed 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
try_apply_keystream_partial()
StreamCipherCore
I want to access the
try_apply_keystream_partial()
function. I importedStreamCipherCore
in my main.rs but the AesCtr128 still not implement the method, do you have any suggestions? Thanks