HydratedAesCipher constructor

HydratedAesCipher(
  1. List<int> key
)

Create a cipher with the given key.

Implementation

HydratedAesCipher(List<int> key) : super(key);