X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FDSAGroup.java;h=b9f1fcd6251326874c64ae3ef96adef7c6cbc57c;hp=4674e6645907590536353fcee9fb9b025a333846;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/DSAGroup.java b/src/main/java/net/pterodactylus/fcp/DSAGroup.java index 4674e66..b9f1fcd 100644 --- a/src/main/java/net/pterodactylus/fcp/DSAGroup.java +++ b/src/main/java/net/pterodactylus/fcp/DSAGroup.java @@ -21,8 +21,8 @@ package net.pterodactylus.fcp; import java.security.interfaces.DSAParams; /** - * Container for the DSA group of a peer. A DSA group consists of a base (called - * “g”), a prime (called “p”) and a subprime (called “q”). + * Container for the DSA group of a peer. A DSA group consists of a base + * (called “g”), a prime (called “p”) and a subprime (called “q”). * * @see DSAParams * @author David ‘Bombe’ Roden <bombe@freenetproject.org>