Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Go implementation of the Callisto protocol

License

NotificationsYou must be signed in to change notification settings

ymarcus93/gallisto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and test Go

A Go implementation of theCallistoprotocol

This repository contains both a library implementation of the protocol (seeprotocol folder), and an interactive CLI (seecmd/gallisto folder).

Download, verify, and run

The CLI is bundled as a release. Download the latest release fromhere

A signed list of checksums is available to verify the authenticity of allreleases. The checksum file (sha256sum.txt) is signed using the followingMinisign key:RWQiEhl2q3tjeBIvQEjWyR/i/rhJqeuCc0Qjs0tXZqL3X2c221s3Se3n

You can verify the signature and checksums as follows:

$minisign -Vm sha256sum.txt -P RWQiEhl2q3tjeBIvQEjWyR/i/rhJqeuCc0Qjs0tXZqL3X2c221s3Se3n$sha256sum -c sha256sum.txt

Now uncompress the tar file:

$tar -xvf<name-of-release>.tar.gz

And run the cli:

$cd<name-of-release>$./gallisto

CLI usage

The CLI is bundled with a Callisto server (holder of OPRF key) and has thefunctionality to spawn new Callisto clients (submitters of entries).

The CLI is stateless. When the program starts up, new keys for the server andDLOCs/LOCs are created.

The CLI provides an interactive series of menus to execute the protocol. Thereare two main actions: (1) Submit an entry, and (2) Find matches

Submit an entry

This command walks the user through a series of questions in order to submit anentry to the server.

When the user asks to submit a new entry, an initial Callisto client is created.For each subsequent submission, the CLI asks if a new client should be created.

If there is more than one available clients, the CLI asks the user which client to use.

Find matches

This command checks to see if there are any matches on submitted entries.

Recall that in the Callisto protocol, a match between entries can only be foundif more than twodistinct users report the same perpetrator. In thisimplementation, perpetrator IDs are derived from the perpretrator's name.

For a match to be found, use theSubmit an entry command tosubmit an entry with the same perpetrator name using distinct clients.

Once a match has been found, the CLI asks which matches to decrypt. The CLI thenuses the LOC/DLOC private keys to decrypt all entry/assignment data submittedfor the matched perpretrator.

About

A Go implementation of the Callisto protocol

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp