Skip to content

Deterministically generate ElGamal key pairs

The Kovri Project requested to merge coneiric:deterministic-elgamal-keygen into master

Created by: coneiric


By submitting this pull-request, I confirm the following:

  • I have read and understood the contributor guide in kovri-docs.
  • I have checked that another pull-request for this purpose does not exist.
  • I have considered and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used and that this pull-request may be closed by the will of the maintainer.
  • I give this submission freely under the BSD 3-clause license.

From an unassigned TODO, generate deterministic key pairs for ElGamal unit tests.

Merge request reports