struct

Goban::ECC::GFPoly

Inherits Indexable::Mutable / Indexable / Enumerable / Iterable / Struct / Value / Object

Constructors

new(data : Slice(UInt8), truncate = true)
Source

Class methods

build_mono(degree : Int, coeff : UInt8)
Source
zero
Source

Instance methods

add_or_sub(other : Indexable(UInt8))
Source
data
Source
degree
Source
div(other : Indexable(UInt8))
Source
div2(other : Indexable(UInt8))
Source
eval(x : Int)
Source
get_coeff(degree : Int)
Source
is_zero?
Source
mul(other : Indexable(UInt8))
Source
scale(x : Int)
Source
size(*args, **options)
Source
size(*args, **options, &)
Source
unsafe_fetch(*args, **options)
Source
unsafe_fetch(*args, **options, &)
Source
unsafe_put(*args, **options)
Source
unsafe_put(*args, **options, &)
Source