X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FDSAGroup.java;h=b9f1fcd6251326874c64ae3ef96adef7c6cbc57c;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hp=4674e6645907590536353fcee9fb9b025a333846;hpb=508624458578f01a393f8b44f32b98b40054fdc8;p=jFCPlib.git 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>