// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // Copyright by contributors to this project. // SPDX-License-Identifier: (Apache-2.0 OR MIT)
use mls_rs_codec::{MlsDecode, MlsEncode, MlsSize}; use mls_rs_core::extension::{ExtensionType, MlsCodecExtension};
/// Last resort key packages. /// /// The extension allows clients that pre-publish key packages to /// signal to the Delivery Service which key packages are meant to be /// used as last resort key packages. #[cfg(feature = "last_resort_key_package_ext")] #[derive(Debug, Clone, PartialEq, Eq, MlsSize, MlsEncode, MlsDecode)] pubstruct LastResortKeyPackageExt;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.