Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jgericke/jelgamal

A conceptual ElGamal implementation using the BigDigits library (not intended for real world usage).
https://github.com/jgericke/jelgamal

Last synced: 15 days ago
JSON representation

A conceptual ElGamal implementation using the BigDigits library (not intended for real world usage).

Awesome Lists containing this project

README

        

J(ules)'s ElGamal Implementation

My own ElGamal implementation, using DI's BigDigits library (http://www.di-mgt.com.au/bigdigits.html).
Jelgamal was created purely for my own learning purposes, and as such I wouldn't recommend using it anywhere
near important data ;)

Currently jelgamal does not handle the generation of P/g groups, which are instead hard-coded (see p/g_table within
jelgamal.h) - this may come at a later date.

For Linux, run a 'make' within the src directory. MS version compiles fine in visual studio 2005.

- [email protected]