Crypto++
5.6.5
Free C++ class library of cryptographic schemes
|
Classes for Rabin-Williams signature scheme. More...
Go to the source code of this file.
Classes | |
class | RWFunction |
Rabin-Williams trapdoor function using the public key. More... | |
class | InvertibleRWFunction |
Rabin-Williams trapdoor function using the private key. More... | |
class | RW |
Rabin-Williams algorithm. More... | |
class | RWSS< STANDARD, H > |
Rabin-Williams signature scheme. More... | |
Classes for Rabin-Williams signature scheme.
The implementation provides Rabin-Williams signature schemes as defined in IEEE P1363. It uses Bernstein's tweaked square roots in place of square roots to speedup calculations.
Definition in file rw.h.