bn v0.2.2
  • Pages
  • Modules

    BN.FQ12 (bn v0.2.2)

    Link to this section Summary

    Functions

    add(fq12_1, fq12_2)

    See BN.FQP.add/2.

    divide(fq12_1, fq12_2)

    See BN.FQP.divide/2.

    mult(fq12_1, fq12_2)

    See BN.FQP.mult/2.

    new(coef)
    one()
    pow(fq12_1, fq12_2)

    See BN.FQP.pow/2.

    sub(fq12_1, fq12_2)

    See BN.FQP.sub/2.

    zero()

    Link to this section Functions

    Link to this function

    add(fq12_1, fq12_2)

    See BN.FQP.add/2.

    Link to this function

    divide(fq12_1, fq12_2)

    See BN.FQP.divide/2.

    Link to this function

    mult(fq12_1, fq12_2)

    See BN.FQP.mult/2.

    Link to this function

    new(coef)

    Specs

    new([integer()]) :: BN.FQP.t() | no_return()
    Link to this function

    one()

    Specs

    one() :: BN.FQP.t()
    Link to this function

    pow(fq12_1, fq12_2)

    See BN.FQP.pow/2.

    Link to this function

    sub(fq12_1, fq12_2)

    See BN.FQP.sub/2.

    Link to this function

    zero()

    Specs

    zero() :: BN.FQP.t()

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.0) for the Elixir programming language