silc_mp_div_ui
SYNOPSIS
SilcBool silc_mp_div_ui(SilcMPInt *dst, SilcMPInt *mp1, SilcUInt32 ui);
DESCRIPTION
Divide the `mp1' and unsigned word `ui' and save the result to the `dst'. This is equivalent to dst = mp1 / ui;
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Crypto Toolkit Manual Index |