• Skip to primary navigation
  • Skip to content
  • Skip to footer
Bastiaan Quast ML and Cryptography in Python and R
  • Python
  • R
  • Julia
  • About Me
  • Research
  • Publications
  • Teaching
  • Employment
    Bastiaan Quast

    Bastiaan Quast

    Information Theory Research

    • Zurich
    • Wikipedia
    • Python
    • R project
    • ORCID
    • Email
    • LinkedIn
    • GitHub
    • Stack Overflow

    BFV Homomorphic Encryption in R

    This is an implementation of the BFV schema in R:

    https://gist.github.com/bquast/47d4e1363158e80bf2dd5376e4625b1c

    Updated: October 9, 2022

    Previous Next

    You may also enjoy

    Model vs. Algorithm

    As discussion about Artificial Intelligence has become a mainstream topic, we hear a lot of terms used in loosely.

    Stanford Palo Alto

    Using Days of the Week to Understand Modulo

    Today is Monday January 1st 2024, what day of the week will it be in 7 days?

    BGV in R

    We begin by loading 2 packages, polynom for dealing with polynomials and my package HomomorophicEncryption which has several helper functions.