com.emstlk.nacl4s.crypto.sign

GroupElement

object GroupElement

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GroupElement
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(r: P1p1, p: P3, q: Cached): Unit

    r = p + q

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def cmov(t: Precomp, u: Precomp, b: Int): Unit

    Annotations
    @inline()
  10. def doubleScalarmultVartime(r: P2, a: Array[Byte], p: P3, b: Array[Byte], bOffset: Int): Unit

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equal(b: Byte, c: Byte): Byte

    Annotations
    @inline()
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromBytesNegateVartime(h: P3, s: Array[Byte]): Unit

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def madd(r: P1p1, p: P3, q: Precomp): Unit

    r = p + q

  20. def msub(r: P1p1, p: P3, q: Precomp): Unit

    r = p - q

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def negative(b: Byte): Byte

    Annotations
    @inline()
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def p1p1ToP2(r: P2, p: P1p1): Unit

    r = p

  26. def p1p1ToP3(r: P3, p: P1p1): Unit

    r = p

  27. def p2Dbl(r: P1p1, p: P2): Unit

    r = 2 * p

  28. def p3Dbl(r: P1p1, p: P3): Unit

    r = 2 * p

  29. def p3ToBytes(s: Array[Byte], h: P3): Unit

  30. def p3ToCached(r: Cached, p: P3): Unit

  31. def scalarmultBase(h: P3, a: Array[Byte]): Unit

  32. def select(t: Precomp, pos: Int, b: Byte): Unit

  33. def slide(r: Array[Byte], a: Array[Byte], aOffset: Int): Unit

  34. def sub(r: P1p1, p: P3, q: Cached): Unit

    r = p - q

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toBytes(s: Array[Byte], h: P2): Unit

  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped