Package io.github.pratiyush.totp


@NullMarked package io.github.pratiyush.totp
Production-Ready TOTP Library - Null Safety Declaration.

This package provides a secure, RFC 6238 compliant TOTP implementation with constant-time verification and replay attack prevention.

This package uses jSpecify annotations for null safety:

  • @NullMarked - All types are non-null by default
  • @Nullable - Explicitly marks nullable types
Since:
1.0.0
Version:
1.0.0
Author:
Pratiyush Kumar Singh
See Also: