bridge/ffi/ffi library

Constants

AESKEY → const int
ALLOW_ALT_COMPRESS → const int
ATE_BITS → const int
BAD_PARAMS → const int
BAD_PIN → const int
BASEBITS → const int
BIG_ENDIAN_SIGN → const int
BIGBITS → const int
BLS12 → const int
BLS24 → const int
BLS48 → const int
BLS_FAIL → const int
BLS_OK → const int
BMASK → const int
BN → const int
CBC → const int
CFB1 → const int
CFB2 → const int
CFB4 → const int
CHUNK → const int
CTR1 → const int
CTR16 → const int
CTR2 → const int
CTR4 → const int
CTR8 → const int
CURVE_A → const int
CURVE_B_I → const int
CURVE_COF_I → const int
CURVE_PAIRING_TYPE → const int
CURVETYPE → const int
D_TYPE → const int
DENSE → const int
DNLEN → const int
ECB → const int
EDWARDS → const int
FEXCESS → const int
G2_TABLE → const int
GENERALISED_MERSENNE → const int
GT_STRONG → const int
HASH224 → const int
HASH256 → const int
HASH384 → const int
HASH512 → const int
HASH_TYPE → const int
HBITS → const int
HMASK → const int
HTC_ISO → const int
HTC_ISO_G2 → const int
INVALID_POINT → const int
KEY_LENGTH → const int
KEY_LENGTH_AES → const int
M_TYPE → const int
MAXPIN → const int
MC_SHA2 → const int
MC_SHA3 → const int
MCONST → const int
MODBITS → const int
MODBYTES → const int
MODTYPE → const int
MONTGOMERY → const int
MONTGOMERY_FRIENDLY → const int
NEGATIVEX → const int
NEGATOWER → const int
NLEN → const int
NOT → const int
NOT_SPECIAL → const int
OFB1 → const int
OFB16 → const int
OFB2 → const int
OFB4 → const int
OFB8 → const int
ONE → const int
PBLEN → const int
PM1D2 → const int
POSITIVEX → const int
POSITOWER → const int
PSEUDO_MERSENNE → const int
QNRI → const int
RIADZ → const int
RIADZG2A → const int
RIADZG2B → const int
SEXTIC_TWIST → const int
SHAKE128 → const int
SHAKE256 → const int
SIGN_OF_X → const int
SPARSE → const int
SPARSER → const int
SPARSEST → const int
TOWER → const int
USE_GLV → const int
USE_GS_G2 → const int
USE_GS_GT → const int
WEIERSTRASS → const int
WRONG_ORDER → const int
ZERO → const int

Functions

api2wire_u32(int raw) int
api2wire_u8(int raw) int

Typedefs

DartPort = Int64
DartPostCObjectFnType = Pointer<NativeFunction<Bool Function(DartPort port_id, Pointer<Void> message)>>