Record BN_CTX

Hierarchy
Methods
Properties

Unit

Declaration

type BN_CTX = record

Description

 

Overview

Fields

Public tos: cint;
Public bn: array [0..BN_CTX_NUM-1] of BIGNUM;
Public flags: cint;
Public depth: cint;
Public pos: array [0..BN_CTX_NUM_POS-1] of cint;
Public too_many: cint;

Description

Fields

Public tos: cint;
 
Public bn: array [0..BN_CTX_NUM-1] of BIGNUM;
 
Public flags: cint;
 
Public depth: cint;
 
Public pos: array [0..BN_CTX_NUM_POS-1] of cint;
 
Public too_many: cint;
 

Generated by PasDoc 0.16.0.