magnetar-runtime-moonpool 1.0.1

moonpool runtime engine for magnetar — deterministic-sim friendly. Custom rustls-over-bytepipe TLS adapter. No channels.
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0

//! Runtime-level encryption hook traits.
//!
//! The canonical trait surface lives in [`magnetar_proto::crypto`]; this module is a thin
//! re-export so existing import paths (`magnetar_runtime_moonpool::crypto::MessageEncryptor`,
//! etc.) keep working after the de-duplication. See [`magnetar_proto::crypto`] for the design
//! notes.

pub use magnetar_proto::crypto::{EncryptError, MessageDecryptor, MessageEncryptor};