fix typo on comment

This commit is contained in:
James Stine 2025-04-11 10:18:50 -05:00
parent e135d70569
commit e9a391f89e

View file

@ -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