1 | initial version |
If F = GF(32)
, then F.multiplicative_generator()
returns a generator g
of the cyclic group of units, and for any nonzero element a
of F
which happens to equal g^13
, then a._log_repr()
returns the string '13'
.
2 | No.2 Revision |
If F = GF(32)
, then F.multiplicative_generator()
returns a generator g
of the cyclic group of units, and for any nonzero element a
of F
which , if it happens to equal g^13
, then a._log_repr()
returns the string '13'
.
3 | No.3 Revision |
If F = GF(32)
, then F.multiplicative_generator()
returns a generator g
of the cyclic group of units, and for any a nonzero element a
of F
, if it happens to equal g^13
, for example, then a._log_repr()
returns the string '13'
.