GenA {HomomorphicEncryption} | R 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)
[Package HomomorphicEncryption version 0.9.0 Index]