C# 클래스 System.Security.Cryptography.HMACSHA1.Sha1

파일 보기 프로젝트 열기: Clancey/SimpleAuth

공개 메소드들

메소드 설명
Compute ( byte message ) : byte[]

비공개 메소드들

메소드 설명
CircularShift ( int bits, uint word ) : uint
PadMessage ( Context ctx ) : void
ProcessMessageBlock ( Context ctx ) : void
RotateWordBuffers ( Context ctx, Func f, uint wt, uint kt ) : void

메소드 상세

Compute() 공개 메소드

public Compute ( byte message ) : byte[]
message byte
리턴 byte[]