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 (1.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: SohamJog
  • Language: Rust
  • Default Branch: main
  • Size: 62.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Citation

README.md

Reliable Agreement Protocol

A simple reliable agreement protocol as described here: https://eprint.iacr.org/2024/677.pdf

Instructions to run

bash sudo lsof -ti :7000-7015,5000 | sudo xargs kill -9

bash ./scripts/test.sh testdata/hyb_4/syncer Hi false

Owner

  • Name: Soham Jog
  • Login: SohamJog
  • Kind: user

CS @Purdue

Citation (CITATION.cff)

# YAML 1.2
---
authors: 
  -
    family-names: Bandarupalli
    given-names: Akhil
cff-version: "1.1.0"
message: "If you use this software, please cite it using these metadata."
repository-code: 
title: "delphi-rs: Asynchronous Approximate Agreement for Distributed Oracles"
...

GitHub Events

Total
  • Issues event: 1
  • Push event: 4
  • Create event: 2
Last Year
  • Issues event: 1
  • Push event: 4
  • Create event: 2

Dependencies

Cargo.toml cargo
config/Cargo.toml cargo
consensus/Cargo.toml cargo
crypto/Cargo.toml cargo
  • quickcheck 1 development
  • aes 0.8.3
  • bincode 1
  • hmac 0.10.1
  • rand 0.8.5
  • serde 1.0
  • sha2 0.9.2
node/Cargo.toml cargo
tools/genconfig/Cargo.toml cargo
types/Cargo.toml cargo
util/Cargo.toml cargo
consensus/ra/Cargo.toml cargo