The OpenD Programming Language

BigInt.powMod

  1. ref powMod(BigInt!expSize exponent, BigInt modulus)
    struct BigInt(uint size64)
    @safe ref @safe pure nothrow @nogc return scope
    powMod
    (
    uint expSize
    )
    (
    scope ref const BigInt!expSize exponent
    ,
    scope ref const BigInt modulus
    )
    if (
    size64 &&
    size64 <= ushort.max
    )
  2. ref powMod(BigUIntView!(const size_t) exponent, BigInt modulus)

Meta