// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.math.ec;

public interface ECPointMap
{
    ECPoint map(final ECPoint p0);
}
