Skip to content

Instantly share code, notes, and snippets.

View sebastinas's full-sized avatar

Sebastian Ramacher sebastinas

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sebastinas on github.
  • I am sebastinas (https://keybase.io/sebastinas) on keybase.
  • I have a public key whose fingerprint is F78C BA07 817B B149 A11D 3390 69F2 FC51 6EA7 1993

To claim this, I am signing this object:

@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)