Skip to content

RageLib.GTA5.Cryptography.Helpers.CryptoIO

Jérémie N'gadi edited this page Apr 29, 2019 · 4 revisions

namespace: RageLib.GTA5.Cryptography.Helpers

Inheritance Hierarchy

  • CryptoIO

Syntax

public class CryptoIO

Constructors

prototype description

Properties

name description

Methods

prototype description
method [][] ReadNgKeys(byte[] data) __
method [][] ReadNgKeys(string fileName) __
method [][] ReadNgLuts(byte[] data) __
method [][] ReadNgLuts(string fileName) __
method [][][] ReadNgTables(byte[] data) __
method [][][] ReadNgTables(string fileName) __
method void WriteLuts(string fileName, GTA5NGLUT[][] lutData) __
method void WriteNgKeys(string fileName, byte[][] keys) __
method void WriteNgTables(string fileName, uint[][][] tableData) __

Events

name description
Clone this wiki locally