Skip to content

Commit

Permalink
Readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Morad committed Jul 26, 2023
1 parent e342176 commit 35ddc22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/src/lib/TOTP.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
import java.math.BigInteger;
import java.util.Arrays;
import java.util.Random;

/**
* Time-based One Time Password Generation and Validation
* @author Morad A.
*/
public final class TOTP {
public static class Secret {
public static class Base32 {
Expand Down

0 comments on commit 35ddc22

Please sign in to comment.