newState method

CipherState newState()

Implementation

CipherState newState() => _DefaultCipherState(cipher: this);