Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

## [Unreleased]

- [Feature/experimental] Add an experimental BFV stack under `heu/experimental/bfv`, including C++ libraries, unit tests, demos, benchmarks, and planning utilities.

## [0.5.1]

- [other] Update yacl version
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ FHE Milestones:
- [ ] Provides FHE interfaces in Tensor Lib.
- [ ] Provides FHE interfaces in PyLib.

### Experimental FHE Work

HEU also contains early FHE work under `heu/experimental`. In particular,
[`heu/experimental/bfv`](heu/experimental/bfv/README.md) provides an
experimental BFV stack with C++ libraries, unit tests, runnable demos, and
benchmarks for evaluation and integration work. It is not yet wired into SPI,
PyLib, or HEU's stable public APIs.

## Compile and install

### Environmental requirements
Expand Down
8 changes: 7 additions & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ FHE 里程碑
- [ ] Tensor Lib 开放 FHE 接口
- [ ] PyLib 开放 FHE 接口

### 实验性 FHE 工作

HEU 也在 `heu/experimental` 下保留了早期 FHE 探索代码。其中
[`heu/experimental/bfv`](heu/experimental/bfv/README.md) 已提供一套实验性的
BFV 实现,包含 C++ 库、单元测试、可运行 demo 和 benchmark,主要用于评估和
集成验证;它目前还没有接入 SPI、PyLib,也不属于 HEU 稳定公开 API 的一部分。


## 编译和安装

Expand Down Expand Up @@ -167,4 +174,3 @@ bazel test heu/...

隐语是一个非常包容和开放的社区,我们欢迎任何形式的贡献,如果您想要改进
HEU,请参考[贡献指南](CONTRIBUTING.md)

Loading
Loading