Preparing search index...
The search index is not available
libp2p
libp2p
@libp2p/crypto
keys
ECDHKey
Interface ECDHKey
interface
ECDHKey
{
key
:
Uint8Array
;
genSharedKey
(
theirPub
,
forcePrivate
?
)
:
Promise
<
Uint8Array
>
;
}
Index
Properties
key
Methods
gen
Shared
Key
Properties
key
key
:
Uint8Array
Methods
gen
Shared
Key
gen
Shared
Key
(
theirPub
,
forcePrivate
?
)
:
Promise
<
Uint8Array
>
Parameters
theirPub
:
Uint8Array
Optional
forcePrivate
:
ECDHKeyPair
Returns
Promise
<
Uint8Array
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
key
gen
Shared
Key
libp2p
Loading...