EQRCode v0.1.0 EQRCode.GaloisField View Source
Galios Field GF(256) functions.
Link to this section Summary
Link to this section Functions
Given integer returns alpha exponent.
Example:
iex> QRCode.GaloisField.to_a(2)
1
Given alpha exponent returns integer.
Example:
iex> QRCode.GaloisField.to_i(1)
2