Move the OTP stuff to a separate folder

This commit is contained in:
Impyy 2017-05-03 21:18:42 +02:00 committed by Alexander Bakker
parent e8e7a822c5
commit e3f4503967
8 changed files with 10 additions and 9 deletions

View file

@ -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.*;

View file

@ -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.*;