newState method
Implementation
@override
CipherState newState() {
// Currently streaming must be done in the main thread.
return toSync().newState();
}
@override
CipherState newState() {
// Currently streaming must be done in the main thread.
return toSync().newState();
}