BN_new() 개인적인 메소드

private BN_new ( ) : IntPtr
리턴 System.IntPtr
예제 #1
0
 /// <summary>
 /// Calls BN_new()
 /// </summary>
 public BigNumber()
     : base(Native.ExpectNonNull(Native.BN_new()), true)
 {
 }