C# Class CSPspEmu.Core.Crypto.Crypto.rijndael_ctx

The structure for key information
Show file Open project: soywiz/cspspemu

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