C# Class SecurityDriven.Inferno.Mac.HMAC2

Inheritance: HMAC
Mostra file Open project: sdrapkin/SecurityDriven.Inferno Class Usage Examples

Public Methods

Method Description
HMAC2 ( Func hashFactory ) : System
HMAC2 ( Func hashFactory, byte key ) : System

Protected Methods

Method Description
HashCore ( byte rgb, int ib, int cb ) : void

Method Details

HMAC2() public method

public HMAC2 ( Func hashFactory ) : System
hashFactory Func
return System

HMAC2() public method

public HMAC2 ( Func hashFactory, byte key ) : System
hashFactory Func
key byte
return System

HashCore() protected method

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
return void