EQRCode v0.1.0 EQRCode.GaloisField View Source

Galios Field GF(256) functions.

Link to this section Summary

Functions

Given integer returns alpha exponent

Given alpha exponent returns integer

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