function computeTicketTokenIndex
computeTicketTokenIndex(token: string): Promise<string>

Compute ticket token index using HMAC for blind lookups Similar to slug_index for events - allows lookup without decrypting

Parameters

token: string

Return Type

Promise<string>

Usage

import { computeTicketTokenIndex } from "docs/crypto.ts";