Function addressFromPQKey

  • Derive a post-quantum (PQ) account address together with the canonical salt used to derive it.

    Parameters

    • schemeBytes: Uint8Array

      The 2-byte ASCII PQ scheme identifier (e.g. "f1" for Falcon-1024).

    • key: Uint8Array

      The scheme's canonical public key.

    Returns {
        address: Address;
        salt: number;
    }

    The derived Address and the canonical 1-byte salt.

Generated using TypeDoc