https://github.com/b1f6c1c4/naive-garble

Naïve implementation of garbled circuits.

https://github.com/b1f6c1c4/naive-garble

Science Score: 13.0%

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

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

Keywords

cryptography garbled-circuits oblivious-transfer secure-computation sfe
Last synced: 5 months ago · JSON representation

Repository

Naïve implementation of garbled circuits.

Basic Info
  • Host: GitHub
  • Owner: b1f6c1c4
  • License: mit
  • Language: C
  • Default Branch: master
  • Homepage:
  • Size: 1.8 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
cryptography garbled-circuits oblivious-transfer secure-computation sfe
Created over 6 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

naive-garble

Garbled circuit is a cryptography protocol that facilitates secured function evalutation (SFE). This site demonstrates the basics of it and can be used for SFE in limited scenarios (semi-trusted).

Online

See Demo in WebAssembly.

Run Locallly

```sh make -j4 ./bin/garble --alice 1 # 0~3 ./bin/garble --bob 2 # 0~3

Should evaluate to min(1, 2) = 1

```

Owner

  • Login: b1f6c1c4
  • Kind: user
  • Location: NJ, USA
  • Company: Princeton University

52BE D143 A92D BE96 2B83 092B 9BAC 0164 9600 1E70

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 34
  • Average time to close issues: N/A
  • Average time to close pull requests: 13 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 33
  • Bot issues: 0
  • Bot pull requests: 34
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (34)
Top Labels
Issue Labels
Pull Request Labels
dependencies (34)

Dependencies

package-lock.json npm
  • 1024 dependencies
package.json npm
  • @babel/core ^7.4.3 development
  • @babel/plugin-proposal-class-properties ^7.4.0 development
  • @babel/plugin-proposal-decorators ^7.4.0 development
  • babel-eslint ^10.0.1 development
  • cssnano ^4.1.10 development
  • eslint ^5.16.0 development
  • eslint-config-airbnb ^17.1.0 development
  • eslint-plugin-import ^2.17.2 development
  • eslint-plugin-jsx-a11y ^6.2.1 development
  • eslint-plugin-react ^7.13.0 development
  • netlify ^2.4.4 development
  • netlify-lambda ^1.4.5 development
  • parcel-bundler ^1.12.3 development
  • shelljs ^0.8.5 development
  • pako ^1.0.10
  • react ^16.8.6
  • react-dom ^16.8.6