blob: 5cbd8d02175c4789e8272cb4d79cd5a36ad305ec [file] [log] [blame]
package org.bouncycastle.math.ec;
public interface PreCompCallback
{
PreCompInfo precompute(PreCompInfo existing);
}