You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying rules for Google Tink, I had to import several JAR files to the scope of the Eclipse project. For this particular case, I created a maven project with a dependency to the Google Tink's maven artefact. Not completely sure if this is the better approach. After discussing with @johspaeth , we decided that we should open an issue about this.
Extending this discussion a bit, what should we do when specifying rules for C/C++? Considering the particular case of C language, the events will not be defined in the scope of a class/object.
The text was updated successfully, but these errors were encountered:
When specifying rules for Google Tink, I had to import several JAR files to the scope of the Eclipse project. For this particular case, I created a maven project with a dependency to the Google Tink's maven artefact. Not completely sure if this is the better approach. After discussing with @johspaeth , we decided that we should open an issue about this.
Extending this discussion a bit, what should we do when specifying rules for C/C++? Considering the particular case of C language, the events will not be defined in the scope of a class/object.
The text was updated successfully, but these errors were encountered: