Function initSecret

  • Generates a random 64-bit integer.

    Returns bigint

    • The random 64-bit integer.

    Remarks

    This function is used to generate a random seed for the group in past iterations of the app. It is no longer used. I would not trust it to generate secure random seeds. It is kept here for reference.

Generated using TypeDoc