コード例 #1
0
 /// <summary>
 /// Converts this GF2nPolynomialElement to a byte[] according to 1363
 /// </summary>
 ///
 /// <returns>Returns a byte[] representing the value of this GF2nPolynomialElement</returns>
 public override byte[] ToByteArray()
 {
     return(polynomial.ToByteArray());
 }