StreamCipher constructor

StreamCipher(
  1. String algorithmName
)

Create the cipher specified by the standard algorithmName.

Implementation

factory StreamCipher(String algorithmName) =>
    registry.create<StreamCipher>(algorithmName);