jtomazin

Results 1 issues of jtomazin

I was trying to generate larger TOTP values and noticed that [output values are capped at 2^31 bits](https://github.com/ThinkAlexandria/BoringAuth/blob/f1ddeb031cb90d381319039e021b1e4f0d3c6327/src/oath/totp.rs#L270) -- is there a reason for this? The [HOTP paper](https://tools.ietf.org/html/rfc4226) recommends that...