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

com.distrimind.bouncycastle.math.ec.ECPointMap Maven / Gradle / Ivy

package com.distrimind.bouncycastle.math.ec;

public interface ECPointMap
{
    ECPoint map(ECPoint p);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy