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