C# Class System.Security.Cryptography.HMACSHA1.Sha1

Datei anzeigen Open project: Clancey/SimpleAuth

Public Methods

Method Description
Compute ( byte message ) : byte[]

Private Methods

Method Description
CircularShift ( int bits, uint word ) : uint
PadMessage ( Context ctx ) : void
ProcessMessageBlock ( Context ctx ) : void
RotateWordBuffers ( Context ctx, Func f, uint wt, uint kt ) : void

Method Details

Compute() public method

public Compute ( byte message ) : byte[]
message byte
return byte[]