diff options
author | lloyd <[email protected]> | 2008-07-07 02:06:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-07-07 02:06:03 +0000 |
commit | 45558407b8d28c8f6099239f16c87034917b4a61 (patch) | |
tree | faa0850cf59b490b859c62369d8cd11fdd3bf14d /doc | |
parent | 879343baccf98c23d3b3f9a3faba64b65df31eac (diff) |
Add an implementation of the Shanks-Tonelli algorithm, which is used to
find square roots modulo a prime. Contributed by FlexSecure GmbH
Diffstat (limited to 'doc')
-rw-r--r-- | doc/credits.txt | 6 | ||||
-rw-r--r-- | doc/license.txt | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/credits.txt b/doc/credits.txt index 57c33b72b..79818565e 100644 --- a/doc/credits.txt +++ b/doc/credits.txt @@ -48,3 +48,9 @@ N: Luca Piccarreta D: x86/amd64 assembler, BigInt optimizations, Win32 mutex module S: Italy + +N: Falko Strenzke +W: http://www.flexsecure.de/ +D: Shanks-Tonelli algorithm +S: Darmstadt, Germany diff --git a/doc/license.txt b/doc/license.txt index 827bc839b..c0fb58c10 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -5,6 +5,8 @@ Copyright (C) 1999-2008 Jack Lloyd 2005-2006 Matt Johnston 2006 Luca Piccarreta 2007 Yves Jerschow + 2007-2008 FlexSecure GmbH + 2007-2008 Falko Strenzke Redistribution and use in source and binary forms, for any use, with or without modification, is permitted provided that the following conditions are met: |