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/credits.txt | |
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/credits.txt')
-rw-r--r-- | doc/credits.txt | 6 |
1 files changed, 6 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 |