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
Replace the library-defined TokenTree class by the range-constrained pseudo-random function implementation introduced in crypto-tk v0.3.
Introduce new server runner classes (DianaServerRunner and SophosServerRunner) to improve the management of the different components of a runner, namely the service and the gRPC server.
Added contribution guidelines.
Improve the bash scripts of the project.
Enable -Werror by default when compiling.
Fixes
Fix numerous issues found using static analysis tools (clang-tidy, cppcheck)