class QRCode::Polynomial

Defined in:

qr-code/polynomial.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(num : Array(Int32), shift : Int32) #

[View source]

Instance Method Detail

def get(index) #

[View source]
def get_length #

[View source]
def mod(e) #

[View source]
def multiply(e) #

[View source]