mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 03:24:50 -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
|
||||
// Extended Euclidean Algorithm
|
||||
// james.stine@okstate.edu 8 April 2025
|
||||
//
|
||||
# gf_inverse.py
|
||||
# Extended Euclidean Algorithm
|
||||
# james.stine@okstate.edu 8 April 2025
|
||||
|
||||
def gf_mul(a, b, modulus):
|
||||
result = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue