export function hotpVerify(options: HtopVerifyOptions): boolean {
  try {
    return hotpVerifyDelta(options) != null;
  } catch (error) {
    return false;