mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
fix typo on comment
This commit is contained in:
parent
e135d70569
commit
e9a391f89e
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
//
|
# gf_inverse.py
|
||||||
// gf_inverse.py
|
# Extended Euclidean Algorithm
|
||||||
// Extended Euclidean Algorithm
|
# james.stine@okstate.edu 8 April 2025
|
||||||
// james.stine@okstate.edu 8 April 2025
|
|
||||||
//
|
|
||||||
|
|
||||||
def gf_mul(a, b, modulus):
|
def gf_mul(a, b, modulus):
|
||||||
result = 0
|
result = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue