• Generates client-side session encryption keys from the shared key obtained during agreement phase.

    Parameters

    • sharedKey: Uint8Array
    • myPublicKey: Uint8Array
    • theirPublicKey: Uint8Array
    • hash: (new () => Hash) = BLAKE2b

    Returns SessionKeys