mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
Move the OTP stuff to a separate folder
This commit is contained in:
parent
e8e7a822c5
commit
e3f4503967
8 changed files with 10 additions and 9 deletions
|
@ -2,7 +2,7 @@ package me.impy.aegis;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
import me.impy.aegis.crypto.HOTP;
|
||||
import me.impy.aegis.crypto.otp.HOTP;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ package me.impy.aegis;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
import me.impy.aegis.crypto.TOTP;
|
||||
import me.impy.aegis.crypto.otp.TOTP;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue