zhc_builder 0.2.0

High-level builders for homomorphic integer operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ZHC — Zama HPU Compiler

A compiler infrastructure for FHE integer computation targeting the HPU (Homomorphic Processing Unit).

## Crates

| Crate | Description |
|-------|-------------|
| `zhc` | Toplevel crate |
| `zhc_ir` | Generic graph-based IR framework with dialect support |
| `zhc_langs` | Language dialects: IOP, HPU, DOP |
| `zhc_pipeline` | Compilation pipeline orchestration |
| `zhc_builder` | High-level operation builders |
| `zhc_sim` | Hardware simulation and configuration |
| `zhc_crypto` | Cryptographic primitives |
| `zhc_utils` | Shared utilities |