UNPKG

snarkyjs-elgamal

Version:

This repository implements Elgmal, a partial homomorphic encryption scheme originally described by [Taher Elgamal in 1985](https://caislab.kaist.ac.kr/lecture/2010/spring/cs548/basic/B02.pdf). This implementation includes the original version of Elgamal,

3 lines (2 loc) 85 B
export { ElGamalFF, Cipher } from './elgamal.js'; export { modExp } from './lib.js';