The result of a call to CryptoApi.getOwnDeviceKeys

interface OwnDeviceKeys {
    curve25519: string;
    ed25519: string;
}

Properties

Properties

curve25519: string

Public part of the Curve25519 identity key for the current device, base64 encoded.

ed25519: string

Public part of the Ed25519 fingerprint key for the current device, base64 encoded.