Package zeroecho.core.util


package zeroecho.core.util
General-purpose helper classes and utility routines.

This package provides support functionality intended to simplify diagnostics, logging, and internal housekeeping tasks across the ZeroEcho codebase. The focus is on lightweight, dependency-free utilities that avoid pulling in heavy external frameworks for simple needs.

Current functionality includes:

  • Concise string conversion for byte arrays, suitable for debug messages and error reporting without exposing full data contents.

Future additions may include helpers for array comparison, safe formatting, compact object summaries, or other low-level routines that assist in building higher-level cryptographic and I/O functionality.

  • Classes
    Class
    Description
    Emits an HTML fragment with a table that summarizes discovered cryptographic algorithms.
    Utility class providing string conversion helpers for debugging and logging.