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

Afficher le fichier Open project: Clancey/SimpleAuth

Méthodes publiques

Méthode Description
Compute ( byte message ) : byte[]

Private Methods

Méthode 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 méthode

public Compute ( byte message ) : byte[]
message byte
Résultat byte[]