InputECDSACipher constructor

const InputECDSACipher({
  1. required InputAsymmetricCipher parent,
})

Implementation

const InputECDSACipher({
  required this.parent,
});