org.telegram.mtproto.secure.pq.PQImplementation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegramapi Show documentation
Show all versions of telegramapi Show documentation
Java library to create Telegram Clients
package org.telegram.mtproto.secure.pq;
/**
* Created by Ruben Bermudez on 12.02.14.
*/
public interface PQImplementation {
long findDivider(long src);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy