edgeport - v1.0.3
Preparing search index...
kex
curve25519
X25519KeyPair
Interface X25519KeyPair
An ephemeral X25519 keypair: the private CryptoKey and the 32-byte public key.
interface
X25519KeyPair
{
privateKey
:
CryptoKey
;
publicKey
:
Uint8Array
;
}
Index
Properties
private
Key
public
Key
Properties
private
Key
privateKey
:
CryptoKey
public
Key
publicKey
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
private
Key
public
Key
edgeport - v1.0.3
Loading...
An ephemeral X25519 keypair: the private CryptoKey and the 32-byte public key.