Property | Type | Description | |
---|---|---|---|
gf_exp | byte[] | ||
gf_log | byte[] | ||
inverse | byte[] |
Method | Description | |
---|---|---|
Add ( byte a, byte b ) : byte | ||
Divide ( byte numerator, byte denominator ) : byte | ||
GF8 ( byte i ) : System | ||
Modnn ( |
||
Multiply ( byte a, byte b ) : byte | ||
Power ( byte exponent ) : |
||
Power ( byte x, |
||
ToString ( ) : string | ||
operator ( ) : |
Method | Description | |
---|---|---|
GF8 ( ) : System |
public static Divide ( byte numerator, byte denominator ) : byte | ||
numerator | byte | |
denominator | byte | |
return | byte |
public static Multiply ( byte a, byte b ) : byte | ||
a | byte | |
b | byte | |
return | byte |
public static Power ( byte x, |
||
x | byte | |
exponent | ||
return | byte |