dcrypt-utils 1.2.2

Utilities and helpers for the dcrypt library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.*