# dcrypt-utils
Development utilities for the [dcrypt](https://github.com/ioi-foundation/dcrypt) ecosystem.
## Overview
Provides helper functions for data conversion used primarily in examples, tests, and benchmarks.
## Features
* **Data Conversion:** Hex and Base64 encoding/decoding helpers (`hex_to_bytes`, `bytes_to_hex`).
* **Benchmarking:** Utilities for measuring performance.
*Note: This crate is primarily for internal repo usage and examples.*