Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Org
BouncyCastle
Crypto
Modes
Gcm
BasicGcmExponentiator
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