newState method

  1. @override
CipherState newState()

Implementation

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