BN_CTX_new() private method

private BN_CTX_new ( ) : IntPtr
return System.IntPtr
Example #1
0
 /// <summary>
 /// Calls BN_CTX_new()
 /// </summary>
 public Context()
     : base(Native.ExpectNonNull(Native.BN_CTX_new()), true)
 {
 }