C# Class Granados.Crypto.MACSHA1

Inheritance: MAC
ファイルを表示 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