canic-core 0.65.3

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Protected Canic-to-Canic internal call API.
//!
//! This module owns protected endpoint descriptors for retained protected
//! internal proof verification. Fresh root ECDSA proof issuance and the
//! outbound protected-internal client surface are removed in the 0.65 normal
//! auth hard cut.

mod endpoint;

pub use endpoint::ProtectedInternalEndpoint;

#[cfg(test)]
mod tests;