StreamCipher constructor
StreamCipher(
- String algorithmName
Create the cipher specified by the standard algorithmName
.
Implementation
factory StreamCipher(String algorithmName) =>
registry.create<StreamCipher>(algorithmName);