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
This package contains code to generate and verify the RLWE challenges. It also contains one of the protobuf files needed to read the serialized challenges. The proto file can be used with any language with an implementation of protocol-buffers.
The library only contains files generated by hprotoc; the executable contains the code to generate, suppress, and verify challenges.
Example code to parse challenges in C++, Java, and Python can be found in the `parsers` directory.