BigIntMsg

Usage

use BigIntMsg;

or

import BigIntMsg;
const biLogger = new Logger(logLevel, logChannel)
proc bigIntNBytesMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int) : MsgTuple throws  where array_dtype == bigint
proc bigIntCreationOneLimbMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int) : MsgTuple throws  where array_dtype == int(64) || array_dtype == uint(64)
proc bigIntCreationOneLimbMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int) : MsgTuple throws  where array_dtype == real(64)
proc bigIntCreationMultiLimbMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int) : MsgTuple throws  where array_dtype == uint(64) && array_nd == 1
proc bigIntCreationMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int) : MsgTuple throws  where array_dtype == bigint
proc bigintToUintArraysMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int) : MsgTuple throws  where array_dtype == bigint
proc getMaxBitsMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int) : MsgTuple throws  where array_dtype == bigint
proc setMaxBitsMsg(cmd: string, msgArgs: borrowed MessageArgs, st: borrowed SymTab, type array_dtype, param array_nd: int) : MsgTuple throws  where array_dtype == bigint