Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { zn.Group // Group group is a special case of Group where n = P * Q) N *big.Int // N = P * Q P *big.Int Q *big.Int E *big.Int }
Group presents Z_n* - group of all integers smaller than n and coprime with n, where n is a product of two distinct large primes. Note that this group is NOT cyclic (as opposed for example to RSASpecial which is a subgroup of Group group).
Click to show internal directories.
Click to hide internal directories.