Skip to content

Commit

Permalink
terminology and typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
changxu2 committed Aug 1, 2018
1 parent b4e7437 commit de49b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wb_interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from polynomial import polynomialsOver

# n is the total number of messages send out == total number of nodes
# k is the total number of shared secret, k = t + 1 with degree t polinomial
# k is the total number of code symbols, k = t + 1 with degree t polynomial
def makeEncoderDecoder(n, k, p):
if not k <= n <= p:
raise Exception("Must have k <= n <= p but instead had (n,k,p) == (%r, %r, %r)" % (n,k,p))
Expand Down

0 comments on commit de49b06

Please sign in to comment.