Name Description Size Coverage
CryptoEvent.js Events emitted by the {@link CryptoApi} 1610 -
CryptoEventHandlerMap.js 62 -
index.js `matrix-js-sdk/lib/crypto-api`: End-to-end encryption support. The most important type is {@link CryptoApi}, an instance of which can be retrieved via {@link MatrixClient.getCrypto}. @packageDocumentation 15046 -
key-passphrase.js Derive a recovery key from a passphrase and salt using PBKDF2. @see https://spec.matrix.org/v1.11/client-server-api/#deriving-keys-from-passphrases @param passphrase - The passphrase to derive the key from @param salt - The salt to use in the derivation @param iterations - The number of iterations to use in the derivation @param numBits - The number of bits to derive 1821 -
keybackup.js 79 -
recovery-key.js Encode a recovery key using the Matrix {@link https://spec.matrix.org/v1.11/appendices/#cryptographic-key-representation | Cryptographic key representation} @param key 2593 -
verification.js An incoming, or outgoing, request to verify a user or a device via cross-signing. 3679 -