oraqle

A depth-aware secure computation compiler

https://github.com/jellevos/oraqle

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary

Keywords

arithmetization cryptography fhe fully-homomorphic-encryption secure-computation
Last synced: 6 months ago · JSON representation ·

Repository

A depth-aware secure computation compiler

Basic Info
  • Host: GitHub
  • Owner: jellevos
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage: https://jelle-vos.nl/oraqle
  • Size: 3.22 MB
Statistics
  • Stars: 13
  • Watchers: 2
  • Forks: 1
  • Open Issues: 4
  • Releases: 0
Topics
arithmetization cryptography fhe fully-homomorphic-encryption secure-computation
Created almost 2 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

Oraqle logo
A secure computation compiler

The oraqle compiler lets you generate arithmetic circuits from high-level Python code. It also lets you generate code using HElib.

This repository uses a fork of fhegen as a dependency and adapts some of the code from fhegen, which was written by Johannes Mono, Chiara Marcolla, Georg Land, Tim Güneysu, and Najwa Aaraj. You can read their theoretical work at: https://eprint.iacr.org/2022/706.

See our documentation for more details.

Setting up

The best way to get things up and running is using a virtual environment: - Set up a virtualenv using python3 -m venv venv in the directory. - Enter the virtual environment using source venv/bin/activate. - Install the requirements using pip install requirements.txt. - To overcome import problems, run pip install -e ., which will create links to your files (so you do not need to re-install after every change).

We are currently setting up documentation to be rendered using GitHub Actions.

Owner

  • Name: Jelle Vos
  • Login: jellevos
  • Kind: user
  • Location: Delft, Netherlands

PhD student in cyber security at Delft University of Technology. I have an interest in cryptography and robotics but so far I have no way to combine them.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you want to cite the compiler as a whole, please cite this work. See the citations page in the documentation for specific works e.g. about depth-aware arithmetization."
authors:
- family-names: "Vos"
  given-names: "Jelle"
  orcid: "https://orcid.org/0000-0002-3979-9740"
- family-names: "Conti"
  given-names: "Mauro"
  orcid: "https://orcid.org/0000-0002-3612-1934"
- family-names: "Erkin"
  given-names: "Zekeriya"
  orcid: "https://orcid.org/0000-0001-8932-4703"
title: "Oraqle: A Depth-Aware Secure Computation Compiler"
version: 0.1.0
doi: 10.1145/3689945.3694808
date-released: 2024-09-11
url: "https://github.com/jellevos/oraqle"

GitHub Events

Total
  • Issues event: 2
  • Watch event: 6
  • Delete event: 2
  • Issue comment event: 3
  • Push event: 75
  • Pull request event: 3
  • Create event: 6
Last Year
  • Issues event: 2
  • Watch event: 6
  • Delete event: 2
  • Issue comment event: 3
  • Push event: 75
  • Pull request event: 3
  • Create event: 6

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 34 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 34 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jellevos (2)
Pull Request Authors
  • jellevos (2)
  • cogreanu (1)
Top Labels
Issue Labels
Pull Request Labels
bug (1)

Dependencies

.github/workflows/publish_to_pypi.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/python-app.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
pyproject.toml pypi
requirements.txt pypi
  • aeskeyschedule *
  • galois >=0.3.8
  • matplotlib *
  • python-sat *
  • six *
  • sympy *
requirements_dev.txt pypi
  • gensafeprime * development
  • graphviz * development
  • mkautodoc * development
  • mkdocs * development
  • mkdocstrings * development
  • pymdown-extensions * development
  • pytest * development
  • ruff * development
  • tabulate * development