Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
System
Security
Cryptography
HMACSHA1.Sha1
C# Class System.Security.Cryptography.HMACSHA1.Sha1
Exibir arquivo
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[]