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