// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // Copyright by contributors to this project. // SPDX-License-Identifier: (Apache-2.0 OR MIT)
pub(crate) use built_in::*; #[cfg(feature = "last_resort_key_package_ext")] pub(crate) use recommended::*;
/// Default extension types required by the MLS RFC. pubmod built_in;
/// Extension types which are not mandatory, but still recommended. #[cfg(feature = "last_resort_key_package_ext")] pubmod recommended;
#[cfg(test)] pub(crate) mod test_utils { use alloc::vec::Vec; use core::convert::Infallible; use core::fmt::Debug; use mls_rs_codec::{MlsDecode, MlsEncode, MlsSize}; use mls_rs_core::extension::MlsExtension;
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.