module

QRCode::Math

Constants

EXP_TABLE = Array(Int32).new(256, 0)
LOG_TABLE = Array(Int32).new(256, 0)

Class methods

gexp(n)
Source
glog(n)
Source