C# 클래스 OpenStory.Cryptography.KmstRollingIvFactoryProvider

KMST implementation for IRollingIvFactoryProvider.
상속: IRollingIvFactoryProvider
파일 보기 프로젝트 열기: shoftee/OpenStory

공개 메소드들

메소드 설명
CreateFactory ( ushort version ) : RollingIvFactory

Gets the KMST IV factory.

메소드 상세

CreateFactory() 공개 메소드

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