ciphertextLength property

int get ciphertextLength

Get the ciphertext length for this KEM

Implementation

int get ciphertextLength {
  _checkDisposed();
  return _kemPtr.ref.length_ciphertext;
}