Table of Contents

Class SHA1Wrapper

Namespace
CodeStage.AntiCheat.Genuine.CodeHash
Assembly
Build.dll

Just an Utility class to make it easier to work with SHA1.

public class SHA1Wrapper
Inheritance
object
SHA1Wrapper

Remarks

Not intended for usage from user code, touch at your peril since API can change and break backwards compatibility!

Constructors

SHA1Wrapper()

public SHA1Wrapper()

Methods

ComputeHash(byte[])

public byte[] ComputeHash(byte[] bytes)

Parameters

bytes byte[]

Returns

byte[]

ComputeHash(Stream)

public byte[] ComputeHash(Stream stream)

Parameters

stream Stream

Returns

byte[]

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()