All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.telegram.mtproto.secure.pq.PQImplementation Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
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