algorithmVersion property

String get algorithmVersion

Implementation

String get algorithmVersion {
  _checkDisposed();
  return _kemPtr.ref.alg_version.cast<Utf8>().toDartString();
}