ExEcc.FieldMath (ExEcc v0.1.0)

View Source

Summary

Functions

add(a, b)

coeffs(a)

coeffs(a, index)

coeffs_list(a)

corresponding_fq_class(a)

degree(a)

div(n, fqp)

eq(a, b)

field_modulus(a)

fq2_modulus_coeffs(a)

fq12_modulus_coeffs(a)

inv(a)

isinstance(a, other_type)

lt(a, b)

mc_tuples(a)

mod_int(a, b)

modulus_coeffs(a)

modulus_coeffs(a, index)

modulus_coeffs_list(a)

mul(a, b)

mul(a, b, c)

mul(a, b, c, d)

neg(a)

new(fq, val)

parent(a)

pow(a, b)

resolve(n, op, param_count)

sgn0(a)

sub(a, b)

type(type)

type(name, base_class, props \\ [])

Corresponds to the type function in Python.

Creates a struct with the given name, base class, and properties.