• Skip to primary navigation
  • Skip to content
  • Skip to footer
qua.st
  • Blog
  • About Me
  • Software
  • Research
  • Publications
  • Teaching
  • Employment
    Bastiaan Quast

    Bastiaan Quast

    Husband, dad, wannabe dog owner

    • Geneva
    • Wikipedia
    • Twitter
    • ORCID
    • GitHub
    • GitLab
    • Email

    Slides Homomorphic Encryption Standardization

    less than 1 minute read

    The slides from my presentation at the Homomorphic Encryption Standardization Consortium meeting on 17 August 2019 at Intel HQ in Santa Clara:

    https://docs.google.com/presentation/d/1cfpOLsL0f6Okm4c_dKEArDNMgryjDloDtf8dzSwOZZU/

    Tags: homomorphic encryption, presentation, standardization

    Updated: August 17, 2019

    Previous Next

    You may also enjoy

    attention package on CRAN

    1 minute read

    The attention R package, describing how to implement from scratch the attention mechanism - which forms the basis of transformers - in the R language is now ...

    Self-Attention from Scratch in R

    3 minute read

    EDIT 2022-06-24: this code is now available (with helper functions) in the R package attention, which is on CRAN. You can install it simply using: install.pa...

    Online Office Hours

    1 minute read

    With over a year working from home and an end not immediately in sight, I felt it was time to think a bit structurally about how to work remotely as effectiv...

    Ron Graham’s Game

    2 minute read

    For a job interview at WHO I was asked by build a numeric version of Noughts and Crosses (Tic-Tac-Toe to some), this is called Ron Graham’s Game (repo).