Name Description Size
Base.js Base class for verification methods. 14036
Error.js Error messages. 2689
IllegalMethod.js Verification method that is illegal to have (cannot possibly do verification with this method). 2132
QRCode.js QR code key verification. 11193
request
SAS.js Short Authentication String (SAS) verification. 16382
SASDecimal.js Implementation of decimal encoding of SAS as per: https://spec.matrix.org/v1.4/client-server-api/#sas-method-decimal @param sasBytes - the five bytes generated by HKDF @returns the derived three numbers between 1000 and 9191 inclusive 1544