Skip to content

Instantly share code, notes, and snippets.

View sebastinas's full-sized avatar

Sebastian Ramacher sebastinas

View GitHub Profile
@sebastinas
sebastinas / PairingLibs.md
Last active December 16, 2016 08:56 — forked from artjomb/PairingLibs.md
List of Pairing Libraries

Pairings can be used for all kinds of advanced cryptographic schemes such as Encryption (Identity-based, Attribute-based, Predicate-based, etc.), Signatures, Zero-Knowledge Proofs, etc. It is in no particular order.

Provides multiple types of Elliptic Curve groups with appropriate pairings on top of them. Code repository resides here.

License: LGPL
Language: C
Thesis: On the Implementation of Pairing-Based Cryptography by Ben Lynn (2007)