GenA: Generate a

View source: R/primitives.R

GenAR Documentation

Generate a

Description

Generate a

Usage

GenA(n, q)

Arguments

n

the order

q

the ciphermod of coefficients

Value

polynomial of order x^^n with coefficients 0,..,q

Examples

n = 16
q =  7
GenA(n, q)

HomomorphicEncryption documentation built on May 29, 2024, 9:59 a.m.