-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[PIR] support verify in trait or interface. #57550
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
d351cec
to
debe468
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
78de02e
cdde73f
to
db75571
Compare
db75571
to
ff4fc2c
Compare
427b7ad
to
29f534b
Compare
* [PIR] support verify in trait or interface. * [PIR] fix typo error
* [PIR] support verify in trait or interface. * [PIR] fix typo error
* [PIR] support verify in trait or interface. * [PIR] fix typo error
PR types
New features
PR changes
Others
Description
支持Trait和Interface的开发者在自己定义的Trait或者Interface里面定义Verify()函数。该Trait或者Interface所附着的operation在Verify的时候,会自动调用该Trait或者Interface的Veriy函数,
移除了ir.cc中无意义的 OpResult::dyn_cast_from()的调用。
Other
Pcard-67164