module QRCode::Math

Defined in:

qr-code/math.cr

Constant Summary

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

Class Method Summary

Class Method Detail

def self.gexp(n) #

[View source]
def self.glog(n) #

[View source]