Record BN_CTX
Unit
Declaration
type BN_CTX = record
Description
Overview
Fields
tos: cint; |
|
bn: array [0..BN_CTX_NUM-1] of BIGNUM; |
|
flags: cint; |
|
depth: cint; |
|
pos: array [0..BN_CTX_NUM_POS-1] of cint; |
|
too_many: cint; |
Description
Fields
tos: cint; |
|
bn: array [0..BN_CTX_NUM-1] of BIGNUM; |
|
flags: cint; |
|
depth: cint; |
|
pos: array [0..BN_CTX_NUM_POS-1] of cint; |
|
too_many: cint; |
|
Generated by PasDoc 0.16.0.