C# Class CSPspEmu.Core.Crypto.Crypto.AES_ctx

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Nr int
enc_only int

Property Details

Nr public property

key-length-dependent number of rounds
public int Nr
return int

enc_only public property

context contains only encrypt schedule
public int enc_only
return int