
org.factcenter.pathORam.ServerFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inchworm Show documentation
Show all versions of inchworm Show documentation
Secure computation, one step at a time.
The newest version!
package org.factcenter.pathORam;
public interface ServerFactory
{
PathORamServer createPathORamServer(int blocksCount, int blockSize);
}