diff --git a/td/mtproto/crypto.cpp b/td/mtproto/crypto.cpp index 84cf3d59f..905228cfc 100644 --- a/td/mtproto/crypto.cpp +++ b/td/mtproto/crypto.cpp @@ -27,7 +27,6 @@ namespace td { /*** RSA ***/ RSA::RSA(BigNum n, BigNum e) : n_(std::move(n)), e_(std::move(e)) { - e_.ensure_const_time(); } RSA RSA::clone() const {