DartChacha20State constructor

DartChacha20State({
  1. required Cipher cipher,
})

Implementation

DartChacha20State({
  required super.cipher,
});