Author: He XingChen
Last Updated: 2026-02-14

Installation

Requirements

  • Python >= 3.10

  • NumPy >= 1.20.0

  • Numba >= 0.56.0

  • SciPy >= 1.7.0

Install

pip install cnchash

Install from Source

pip install -r requirements.txt
pip install .

Development Setup

pip install -r requirements.txt
pip install -e ".[dev]"

Verify Installation

from cnchash import run_hash
print("CNCHASH installed successfully!")