Algebraic MACs and keyed-verification anonymous credentials.
Project description
Algebraic MACs and keyed-verification anonymous credentials.
This repo provides an implementation of the work Algebraic MACs and keyed-verification anonymous credentials. of Chase et al. A link to the original paper is available here.
We also extend this scheme by providing support for threshold issuance; an implementation is available here.
Pre-requisites
This implementation is built on top of petlib, make sure to follow these instructions to install all the pre-requisites.
Install
If you have pip
installed, you can install amac with the following command:
$ pip install amac
otherwise, you can build it manually as below:
$ git clone https://github.com/asonnino/amac
$ cd amac
$ pip install -e .
Test
Tests can be run as follows:
$ pytest -v --cov=amac tests/
or simply using tox:
$ tox
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file amac-0.0.1.tar.gz
.
File metadata
- Download URL: amac-0.0.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e103487bd90b4a04e1237c4d62919df05d5fd5c4731f6e8995dd141205f9534 |
|
MD5 | e3109c0a59b6d424da85bb498cba7469 |
|
BLAKE2b-256 | a56f03b244a8511da9c543b4b7ada73abb306b601b7d3a5cabc74f445161a69b |
File details
Details for the file amac-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: amac-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1afa672b08942b2817c16f6a658b373c7174bf893b91bfc26da51c01b540e336 |
|
MD5 | 6df2a064f14998fd9d9af0199eb63aac |
|
BLAKE2b-256 | 60e1920c54feb875fb1879242782d2ef118513106dc0bb381c71be7d0f3118fa |