Election-Tech-Initiative / Election-Tech-Initiative/electionguard-cpp
Group and Element Mathematical Operator Overloads
- Ngôn ngữ chính
- C++
- Star
- 26
- Fork
- 25
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## Generic Issue
- [ ] Ensure this issue is not a bug report or feature request
**Description**
The python version of the group and element classes have Mathematical functions for things such as adding them together, doing power operations, and other more complex ones such as (a + bc) all with making sure that the answer fits into an ElementModP or ElementModQ in the end. This is not built into the C++ version of these classes.
**Possible Solution**
Implement the basic functionalities of this using mathematical operator overloading.
**Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.