shaojian-ant

Results 9 comments of shaojian-ant

Hello, You can refer to the C++ test cases available at: [GitHub - heu/library/phe/encryptor_test.cc](https://github.com/secretflow/heu/blob/main/heu/library/phe/encryptor_test.cc). ``` // Create the HeKit with the desired schema type SchemaType schema = SchemaType::Paillier; HeKit he_kit(schema);...

@zhangwfjh @xfap Could you please help with this issue? Thanks!

Hi, @ZiyueXu77, @trivialfis, I see that the Processor interface has been merged into the [vertical-federated-learning](https://github.com/dmlc/xgboost/tree/vertical-federated-learning) branch. Given this progress, is it now ready for us to proceed with our previous...

你好, 隐语提供了这几个机器学习模型: https://www.secretflow.org.cn/zh-CN/docs/secretflow/v1.10.0b1/user_guide/mpc_ml API 接口如下: https://www.secretflow.org.cn/zh-CN/docs/secretflow/v1.10.0b1/source/secretflow.ml 目前隐语通过多方安全计算技术和同态加密技术,提供了MPC建模能力,但是还没有支持图像处理和全同态加密算法

build_wheel_entrypoint.sh 编译生成的 so 文件是给 python 用的。如果 dlopen 的话,可以用 bazel 的 cc_shared_library rule 编译得到 so 文件

您好,我觉得可以直接用 heu 编译出的结果。bazel cc_library 默认同时编译动态库和静态库,在项目目录执行指令 `bazel build -c opt heu/library/phe` ,目录 ./bazel-bin/heu/library/phe 下就会生成 libphe.so 文件,直接用这个就可以