C# Class SecurityDriven.Inferno.Mac.HMAC2

Inheritance: HMAC
Afficher le fichier Open project: sdrapkin/SecurityDriven.Inferno Class Usage Examples

Méthodes publiques

Méthode Description
HMAC2 ( Func hashFactory ) : System
HMAC2 ( Func hashFactory, byte key ) : System

Méthodes protégées

Méthode Description
HashCore ( byte rgb, int ib, int cb ) : void

Method Details

HMAC2() public méthode

public HMAC2 ( Func hashFactory ) : System
hashFactory Func
Résultat System

HMAC2() public méthode

public HMAC2 ( Func hashFactory, byte key ) : System
hashFactory Func
key byte
Résultat System

HashCore() protected méthode

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
Résultat void