org.bouncycastle.math.ec.PreCompCallback Maven / Gradle / Ivy
package org.bouncycastle.math.ec;
public interface PreCompCallback
{
PreCompInfo precompute(PreCompInfo existing);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.bouncycastle.math.ec;
public interface PreCompCallback
{
PreCompInfo precompute(PreCompInfo existing);
}