We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

​​Encrypted computing in Python using OpenFHE

Formale Metadaten

Titel
​​Encrypted computing in Python using OpenFHE
Serientitel
Anzahl der Teile
129
Autor
Mitwirkende
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Fully Homomorphic Encryption (FHE) is a privacy-enhancing technology that enables performing computations over encrypted data. FHE has recently seen a lot of progress, and commercial applications of FHE are now available. One of the main application domains for FHE is privacy-preserving machine learning. We introduce a Python interface for OpenFHE, a popular open-source FHE C++ software library that supports all common FHE schemes. OpenFHE is a NumFocus-sponsored open-source project that has been authored by a community of well-known FHE cryptographers and software engineers.The talk provides a high-level introduction to FHE and its applications, and then provides an overview of the Python API. Several examples are presented to both illustrate FHE concepts and show the practicality of the technology. More information about the OpenFHE project: * Main website: openfhe.org/ ; * OpenFHE discourse forum: openfhe.discourse.group/ ; * Main OpenFHE repository: GitHub: openfheorg/openfhe-development ; * OpenFHE organization: GitHub: openfheorg ; * Main OpenFHE design paper: eprint.iacr.org/2022/915