From 833eeefa46c833a08267aa83c6d573d449d868f1 Mon Sep 17 00:00:00 2001 From: Max Amelchenko Date: Sun, 18 Feb 2018 10:44:59 +0200 Subject: [PATCH] Adding GDH project to Java list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3627b8f..a668588 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ A curated list of cryptography resources and links. - [keywhiz](https://github.com/square/keywhiz) - A system for distributing and managing secrets. - [pac4j](https://github.com/pac4j/pac4j) - Security engine. - [scrypt](https://github.com/wg/scrypt) - Pure Java implementation of the scrypt key derivation function and a JNI interface to the C implementations, including the SSE2 optimized version. +- [GDH](https://github.com/maxamel/GDH) - Generalized Diffie-Hellman key exchange Java library for multiple parties built on top of the Vert.x framework. ### Julia