Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【OSCP】 + 在 YACL 上实现对称可搜索加密算法 #423

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

xbw886
Copy link

@xbw886 xbw886 commented Nov 30, 2024

Fixed + #97

@Jamie-Cui Jamie-Cui self-requested a review November 30, 2024 08:18
@Jamie-Cui
Copy link
Collaborator

Jamie-Cui commented Nov 30, 2024

Hi, 因为现在架构有些变化,可否将 SSE 的实现代码放到 yacl/examples 文件夹下?感谢参与

@Candicepan Candicepan linked an issue Dec 2, 2024 that may be closed by this pull request
yacl/examples/primitives/sse/BUILD.bazel Outdated Show resolved Hide resolved
yacl/examples/primitives/sse/BUILD.bazel Outdated Show resolved Hide resolved
yacl/examples/primitives/sse/TSet.cc Outdated Show resolved Hide resolved
yacl/examples/primitives/sse/TSet.h Outdated Show resolved Hide resolved
yacl/examples/primitives/sse/TSet.h Outdated Show resolved Hide resolved
yacl/examples/primitives/sse/sse.h Outdated Show resolved Hide resolved
yacl/examples/primitives/sse/sse.h Outdated Show resolved Hide resolved
@Jamie-Cui
Copy link
Collaborator

以及,建议放在 yacl/examples/sse/ 目录下即可,不需要保留 primitives/ 文件夹

@Jamie-Cui
Copy link
Collaborator

Hello,UT 依然是失败的状态,麻烦先 fix 一下

@xbw886
Copy link
Author

xbw886 commented Dec 10, 2024

[macOS_ut_arm64]这个UT中的错误貌似没有出在我贡献的代码中,我贡献的部分都通过测试了
//yacl/examples/sse:sse_test PASSED in 0.3s
//yacl/examples/sse:tset_test PASSED in 0.0s
//yacl/link:factory_test FAILED in 0.1s
/private/var/tmp/_bazel_distiller/bedaa68a8664d1b29e96b826d058247f/execroot/_main/bazel-out/darwin_arm64-opt/testlogs/yacl/link/factory_test/test.log

@xbw886 xbw886 requested a review from Jamie-Cui January 5, 2025 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

在 YACL 上支持新的对称可搜索加密算法
2 participants