Skip to content

Commit

Permalink
Update mcl_field.cc (#180)
Browse files Browse the repository at this point in the history
* Update mcl_field.cc
  • Loading branch information
maths644311798 authored Jan 2, 2024
1 parent 716e729 commit 87491bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacl/math/galois_field/mcl_field/mcl_field.cc
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ T MclField<T, degree>::DeserializeT(ByteContainerView buffer) const {
template <typename T, size_t degree>
MclField<T, degree>::MclField(const MPInt& order, Type field_type) {
switch (field_type) {
case Type::Normal: {
case Type::Add: {
order_ = 0_mp;
order_mul_ = 0_mp;
order_add_ = order;
Expand Down

0 comments on commit 87491bb

Please sign in to comment.