BigIntHelper.powmod

Undocumented in source.
  1. alias powmod = std.bigint.powmod
    struct BigIntHelper
    static if(__VERSION__ >= 2087)
    alias powmod = std.bigint.powmod
  2. BigInt powmod(BigInt base, BigInt exponent, BigInt modulus)

Meta