Learn R Programming

HomomorphicEncryption (version 0.9.0)

BFV_KeyGen: Brakerski / Fan-Vercauteren

Description

Brakerski / Fan-Vercauteren

Usage

BFV_KeyGen(d = 4, q = 424242)

Value

polynomial

Arguments

d

the d input

q

the q input

Examples

Run this code
d  =      4
n  =      2^d
p  =     (n/2)-1
q  = 424242
GenPolyMod(n)

Run the code above in your browser using DataLab