Cipher constructor

const Cipher({
  1. Random? random,
})

Constructor for subclasses.

Implementation

const Cipher({this.random});