# FHE_test **Repository Path**: hulian123/fhe_test ## Basic Information - **Project Name**: FHE_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 说明 - 环境配置 请参考https://github.com/google/fully-homomorphic-encryption/tree/main/transpiler - 运行方法 1. 将该文件夹拷贝至transpiler/examples目录下 2. 在fully-homomorphic-encryption根目录下运行: ``` bazel run //transpiler/examples/vector_add:vector_add_tfhe_testbench ```