-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed flags to suppress hackage warnings; updated README
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
|
||
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. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters