libp2p
    Preparing search index...

    Interface ECDHKey

    interface ECDHKey {
        key: Uint8Array;
        genSharedKey(
            theirPub: Uint8Array,
            forcePrivate?: ECDHKeyPair,
        ): Promise<Uint8Array<ArrayBufferLike>>;
    }
    Index

    Properties

    Methods

    Properties

    Methods