• Generate a new random symmetric key using WebCrypto subtle API. You should only use this if you're handling your own key generation and management with Lit. Typically, Lit handles this internally for you.

    Returns

    A promise that resolves to the generated key

    Returns Promise<CryptoKey>

Generated using TypeDoc