C# Class OpenStory.Cryptography.KmstRollingIvFactoryProvider

KMST implementation for IRollingIvFactoryProvider.
Inheritance: IRollingIvFactoryProvider
Exibir arquivo Open project: shoftee/OpenStory

Public Methods

Method Description
CreateFactory ( ushort version ) : RollingIvFactory

Gets the KMST IV factory.

Method Details

CreateFactory() public method

Gets the KMST IV factory.
public CreateFactory ( ushort version ) : RollingIvFactory
version ushort The version to use for the factory.
return RollingIvFactory