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

Inheritance: IGcmExponentiator
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
ExponentiateX ( long pow, byte output ) : void
Init ( byte x ) : void

Method Details

ExponentiateX() public méthode

public ExponentiateX ( long pow, byte output ) : void
pow long
output byte
Résultat void

Init() public méthode

public Init ( byte x ) : void
x byte
Résultat void