GDH
GDH copied to clipboard
Generalized Diffie-Hellman key exchange Java library built on top of the Vert.x framework
Does this need to be changed to Spotbugs?
Vert.x throws an exception related to DNS on startup: java.lang.IllegalArgumentException: \etc\resolv.conf didn't provide any name servers This happens only in the beginning, when the NetServer starts listening on localhost. After...
If KeyExchangeTest is executed after ExceptionTest the first test of DoubleKeyExchange fails. Currently, as a workaround, the verticles of the KeyExchangeTest are deployed on different ports than the verticles of...