Skip to content

Commit

Permalink
Update comment in ecc_spi.h (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
maths644311798 authored Sep 21, 2023
1 parent 516827a commit ebcc0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yacl/crypto/base/ecc/ecc_spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ class EcGroup {
virtual std::string GetLibraryName() const = 0;

// The h, cofactor.
// Cofactor is the number of non-overlapping subgroups of points, which
// together hold all curve points
// Cofactor is the number of cosets, and the number of non-overlapping
// subsets of points, which together hold all curve points
virtual MPInt GetCofactor() const = 0;

// The field size of curve
Expand Down

0 comments on commit ebcc0a2

Please sign in to comment.