diff options
Diffstat (limited to 'src/mp_asm.cpp')
-rw-r--r-- | src/mp_asm.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mp_asm.cpp b/src/mp_asm.cpp index 8065bd186..b9a32cd1c 100644 --- a/src/mp_asm.cpp +++ b/src/mp_asm.cpp @@ -1,6 +1,7 @@ /************************************************* * Lowest Level MPI Algorithms Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * +* 2006 Luca Piccarreta * *************************************************/ #include <botan/mp_asm.h> |