lcm

Undocumented in source. Be warned that the author may not have intended to support it.
  1. BigInt lcm(const(BigInt)* a, const(BigInt)* b)
  2. BigInt lcm(const(BigInt) a, const(BigInt) b)
    static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
    lcm
    (
    const(BigInt) a
    ,
    const(BigInt) b
    )

Meta