GenPolyMod: Generate Polynomial Modulo

View source: R/GenPolyMod.R

GenPolyModR Documentation

Generate Polynomial Modulo

Description

Generate Polynomial Modulo

Usage

GenPolyMod(n)

Arguments

n

the order

Value

polynomial of the form x^^n + 1

Examples

n = 5
GenPolyMod(5)

HEtools documentation built on June 22, 2024, 11:19 a.m.