1 2 3 4 5 6 7 8 9
// SPDX-License-Identifier: Apache-2.0 // Copyright 2025 KylinSoft Co., Ltd. <https://www.kylinos.cn/> // See LICENSES for license details. //! Mode-specific processing for the streaming cipher context. pub(super) mod aead; pub(super) mod block; pub(super) mod ctr;