C# Class OpenStory.Cryptography.KmstRollingIvFactoryProvider

KMST implementation for IRollingIvFactoryProvider.
Inheritance: IRollingIvFactoryProvider
Afficher le fichier Open project: shoftee/OpenStory

Méthodes publiques

Méthode Description
CreateFactory ( ushort version ) : RollingIvFactory

Gets the KMST IV factory.

Method Details

CreateFactory() public méthode

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