FHELang logo

FHELang

FHELang is a programming language for fully homomorphic encryption computations, with Rust-inspired syntax and encrypted `secret<T>` types.
Category: Developer Tooling

Description

FHELang is a coming-soon programming language for writing fully homomorphic encryption computations. It supports plaintext and encrypted numeric and boolean types, multi-dimensional arrays, familiar constructs such as functions, loops, conditionals, and arrays, and POLYCIRCUIT components including ReLU and sign functions.