@sovereignbase/cryptosuite
    Preparing search index...

    Type Alias KeyOffer

    Encapsulated key agreement artifact exchanged with the counterparty.

    type KeyOffer = {
        ciphertext: Uint8Array;
    }
    Index
    ciphertext: Uint8Array

    The encapsulated shared-secret artifact emitted by a supported key agreement algorithm.