Fabcoin Core
0.16.2
P2P Digital Currency
|
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... | |
struct | RW |
Rabin-Williams keys. More... | |
struct | 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.