D.12.3.4 powerN
Procedure from library
crypto.lib
(see
crypto_lib
).
Usage:
powerN(m,d,n);
Return:
m^d mod n
Example:
LIB "crypto.lib"; powerN(24,15,7); ==> 6
User manual for
Singular
version 4-0-3, 2016, generated by
texi2html
.