diff --git a/src/crypto/recoverykey.js b/src/crypto/recoverykey.js index c9ff75f21..d4d949f42 100644 --- a/src/crypto/recoverykey.js +++ b/src/crypto/recoverykey.js @@ -17,7 +17,7 @@ limitations under the License. import bs58 from 'bs58'; // picked arbitrarily but to try & avoid clashing with any bitcoin ones -// (also base58 encoded, albeit with a lot of hashing) +// (which are also base58 encoded, but bitcoin's involve a lot more hashing) const OLM_RECOVERY_KEY_PREFIX = [0x8B, 0x01]; export function encodeRecoveryKey(key) {