C# 클래스 DamienG.Security.Cryptography.Elf32

Implements a 32-bit ELF hash algorithm compatible with ELF binary format.
상속: System.Security.Cryptography.HashAlgorithm
파일 보기 프로젝트 열기: damieng/DamienGKit

공개 메소드들

메소드 설명
Compute ( UInt32 polynomial, UInt32 seed, byte buffer ) : UInt32
Compute ( byte buffer ) : UInt32
Elf32 ( ) : System
Initialize ( ) : void

보호된 메소드들

메소드 설명
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

비공개 메소드들

메소드 설명
CalculateHash ( UInt32 seed, IList buffer, int start, int size ) : UInt32
UInt32ToBigEndianBytes ( UInt32 uint32 ) : byte[]

메소드 상세

Compute() 공개 정적인 메소드

public static Compute ( UInt32 polynomial, UInt32 seed, byte buffer ) : UInt32
polynomial System.UInt32
seed System.UInt32
buffer byte
리턴 System.UInt32

Compute() 공개 정적인 메소드

public static Compute ( byte buffer ) : UInt32
buffer byte
리턴 System.UInt32

Elf32() 공개 메소드

public Elf32 ( ) : System
리턴 System

HashCore() 보호된 메소드

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
리턴 void

HashFinal() 보호된 메소드

protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void