matrix-js-sdk

    Interface OwnDeviceKeys

    The result of a call to CryptoApi.getOwnDeviceKeys

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

    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.

    MMNEPVFCICPMFPCPTTAAATR