add opt-in
This commit is contained in:
@@ -4,10 +4,8 @@ import com.infendro.hash.HashFunction
|
||||
import com.infendro.hash.SHA1
|
||||
import kotlin.time.Duration
|
||||
import kotlin.time.Duration.Companion.seconds
|
||||
import kotlin.time.ExperimentalTime
|
||||
import kotlin.time.Instant
|
||||
|
||||
@ExperimentalTime
|
||||
class TOTP(
|
||||
function: HashFunction = SHA1,
|
||||
length: Int = 6,
|
||||
|
||||
Reference in New Issue
Block a user