com.fitbur.bouncycastle.math.ec.ECPointMap Maven / Gradle / Ivy
package com.fitbur.bouncycastle.math.ec;
public interface ECPointMap
{
ECPoint map(ECPoint p);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.fitbur.bouncycastle.math.ec;
public interface ECPointMap
{
ECPoint map(ECPoint p);
}