D.12.2.6 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.3.2, 2023, generated by
texi2html
.