C# Class Library.Security.Crc32_Castagnoli

Datei anzeigen Open project: Alliance-Network/Library Class Usage Examples

Public Methods

Method Description
ComputeHash ( ArraySegment value ) : byte[]
ComputeHash ( IList value ) : byte[]
ComputeHash ( Stream inputStream ) : byte[]
ComputeHash ( byte buffer ) : byte[]

ハッシュを生成する

ComputeHash ( byte buffer, int offset, int length ) : byte[]
ComputeHash ( string value ) : byte[]

Private Methods

Method Description
Crc32_Castagnoli ( ) : System

Method Details

ComputeHash() public static method

public static ComputeHash ( ArraySegment value ) : byte[]
value ArraySegment
return byte[]

ComputeHash() public static method

public static ComputeHash ( IList value ) : byte[]
value IList
return byte[]

ComputeHash() public static method

public static ComputeHash ( Stream inputStream ) : byte[]
inputStream Stream
return byte[]

ComputeHash() public static method

ハッシュを生成する
public static ComputeHash ( byte buffer ) : byte[]
buffer byte ハッシュ値を計算するbyte配列
return byte[]

ComputeHash() public static method

public static ComputeHash ( byte buffer, int offset, int length ) : byte[]
buffer byte
offset int
length int
return byte[]

ComputeHash() public static method

public static ComputeHash ( string value ) : byte[]
value string
return byte[]