canic-core 0.99.0

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: cdk::utils
//!
//! Responsibility: pure hash and hexadecimal helpers shared across the Canic stack.
//! Does not own: IC runtime APIs, serialization, or stable structures.
//! Boundary: deterministic byte utilities used by runtime and host crates.

pub mod hash;