Record BN_CTX

Unit

Declaration

type BN_CTX = record

Description

This item has no 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;

This item has no description.

Public bn: array [0..BN_CTX_NUM-1] of BIGNUM;

This item has no description.

Public flags: cint;

This item has no description.

Public depth: cint;

This item has no description.

Public pos: array [0..BN_CTX_NUM_POS-1] of cint;

This item has no description.

Public too_many: cint;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.