BFV_KeyGen {HomomorphicEncryption} | R Documentation |
Brakerski / Fan-Vercauteren
Description
Brakerski / Fan-Vercauteren
Usage
BFV_KeyGen(d = 4, q = 424242)
Arguments
d |
the d input |
q |
the q input |
Value
polynomial
Examples
d = 4
n = 2^d
p = (n/2)-1
q = 424242
GenPolyMod(n)
[Package HomomorphicEncryption version 0.9.0 Index]