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