Skip to content

Commit 6f5b5fc

Browse files
authored
Update DiffieHellman.java
1 parent b18cc32 commit 6f5b5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/ciphers/DiffieHellman.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.math.BigInteger;
22
import java.util.Scanner;
33

4-
public class DiffieHellman {
4+
public final class DiffieHellman {
55
private DiffieHellman() {
66
throw new UnsupportedOperationException("Utility class");
77
}

0 commit comments

Comments
 (0)