-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
63c32c9
to
84b655c
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! Great work!
@@ -0,0 +1,2124 @@ | |||
#include "tfhe_wrappers.h" |
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.
Not related to this PR, but with so much C code, we need to add some tooling to check for memory errors/leaks.
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.
And/or use auto-generation of the wrappers to reduce the risk of a bug.
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.
For the first point, I can look into that, and also make sure the Go build does use hardening flags during compilation maybe.
For the second point, I need to look deeper into the wrappers to see if there is anything we can automate here.
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.
Great work!
No description provided.