C# 클래스 CSPspEmu.Core.Crypto.Crypto.AES_ctx

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Nr int
enc_only int

프로퍼티 상세

Nr 공개적으로 프로퍼티

key-length-dependent number of rounds
public int Nr
리턴 int

enc_only 공개적으로 프로퍼티

context contains only encrypt schedule
public int enc_only
리턴 int