Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/jgericke/jelgamal
- Owner: jgericke
- Created: 2013-09-17T12:05:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T12:06:52.000Z (over 10 years ago)
- Last Synced: 2024-10-11T04:24:46.896Z (about 1 month ago)
- Language: C
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.