예제 #1
0
파일: GF8.cs 프로젝트: tmpkus/openvss
 public static GF8 operator *(GF8 a, GF8 b)
 {
     return(GF8.Multiply(a.Value, b.Value));
 }