All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.factcenter.pathORam.StashFactory Maven / Gradle / Ivy

The newest version!
package org.factcenter.pathORam;

public interface StashFactory {
	/**
	 * @param stashCapacity - number of blocks stash will hold
	 * @param pathORamBlocksCount - the corresponding path-o-ram size
	 * @param blockLenBits - data block size in bytes 
	 */
	Stash createStash(int stashCapacity, int pathORamBlocksCount, int blockLenBits);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy