T
- the parameters type for the XOF calculator we produce.public interface KeyedXOFOperatorFactory<T>
Modifier and Type | Method and Description |
---|---|
OutputXOFCalculator<T> |
createOutputXOFCalculator(SymmetricKey key,
T parameters)
Create an extendable output function calculator which provides an OutputStream to write data to.
|
OutputXOFCalculator<T> createOutputXOFCalculator(SymmetricKey key, T parameters)
key
- the secret keyto initialise the XOF with.parameters
- configuration parameters for the function.