Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Granados
Crypto
MACSHA1
C# Class Granados.Crypto.MACSHA1
Inheritance:
MAC
Show file
Open project: poderosaproject/poderosa
Public Methods
Method
Description
ComputeHash
(
byte
data
,
int
offset
,
int
length
) :
byte[]
MACSHA1
(
byte
key
) :
System
Method Details
ComputeHash()
public
method
public
ComputeHash
(
byte
data
,
int
offset
,
int
length
) :
byte[]
data
byte
offset
int
length
int
return
byte[]
MACSHA1()
public
method
public
MACSHA1
(
byte
key
) :
System
key
byte
return
System