Preparing search index...
The search index is not available
@basalt-lab/basalt-auth
@basalt-lab/basalt-auth
types/data/keyPairED25519
KeyPairED25519
Interface KeyPairED25519
Interface for the ED25519 key pair.
interface
KeyPairED25519
{
passphrase
:
string
;
privateKey
:
string
;
publicKey
:
string
;
}
Index
Properties
passphrase
private
Key
public
Key
Properties
passphrase
passphrase
:
string
The passphrase.
private
Key
privateKey
:
string
The private key.
public
Key
publicKey
:
string
The public key.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
passphrase
private
Key
public
Key
@basalt-lab/basalt-auth
Loading...
Interface for the ED25519 key pair.