• Unpacks a public key from its packed string representation back to its original point form on the Baby Jubjub curve. This function checks for the validity of the input format before attempting to unpack.

    Parameters

    • publicKey: BigNumberish

      The packed public key as a bignumberish.

    Returns Point<bigint>

    The unpacked public key as a point.