C# Class Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier

Inheritance: IGcmMultiplier
Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Init ( byte H ) : void
MultiplyH ( byte x ) : void

Method Details

Init() public method

public Init ( byte H ) : void
H byte
return void

MultiplyH() public method

public MultiplyH ( byte x ) : void
x byte
return void