diff options
Diffstat (limited to 'src/mp_mulop.cpp')
-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 * *************************************************/ |