Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

0xacab.org/jstuczyn/CoconutGo

Package Overview
Dependencies
0
Maintainers
0
Issues
File Explorer

0xacab.org/jstuczyn/CoconutGo

    v0.8.2

Version published
Maintainers
0

Readme

CoconutGo

License: AGPL v3

This is a Go implementation of the Coconut selective disclosure cerendtial scheme by Sonnino et al.: https://arxiv.org/pdf/1802.07344.pdf. It supports threshold issuance on multiple public and privMate attributes, re-randomization and multiple unlinkable selective attribute revelations.

The implementation is based on the existing Python version: https://github.com/asonnino/coconut

Pre-requisites

To run the code, you only need to follow the standard Go installation procedure as described in https://golang.org/doc/install.

All of the requiered dependencies are attached in the vendor directory.

Test

In order to run tests, simply use the following:

go test -v ./...

Benchmarks

The benchmarks were performed on 64bit Ubuntu 18.04.1 LTS VM with 2 cores of 3.6GHz Ryzen 1600 assigned. Each individual benchmark was run single-threaded for 1 minute with -benchtime=60s flag.

REQUIRE RERUNNING

FAQs

Last updated on 11 Jun 2019

Did you know?

Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc