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

Properties

Methods

Properties

Methods