diff options
author | lloyd <[email protected]> | 2008-09-07 20:56:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-07 20:56:49 +0000 |
commit | 8b012a20bd30b22047768c757f7eaffbca7788dc (patch) | |
tree | 725851a7ee0c123e48056e9d383473cbc901fd0e /src | |
parent | 67e7e328578462edf767b3e6afaf99f7a6bc7c9d (diff) |
Comment fix
Diffstat (limited to 'src')
-rw-r--r-- | src/mp_mulop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp_mulop.cpp b/src/mp_mulop.cpp index 6a476998c..65a87610b 100644 --- a/src/mp_mulop.cpp +++ b/src/mp_mulop.cpp @@ -1,5 +1,5 @@ /************************************************* -* Multiply/Add Algorithm Source File * +* Simple O(N^2) Multiplication and Squaring * * (C) 1999-2008 Jack Lloyd * *************************************************/ |