Packages

object MuSigUtil

Contains constants, hash functions, and signing/verification functionality for MuSig

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MuSigUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggCoefHash(bytes: ByteVector): ByteVector
  5. def aggListHash(bytes: ByteVector): ByteVector
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def auxHash(bytes: ByteVector): ByteVector
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def nonCoefHash(bytes: ByteVector): ByteVector
  17. def nonHash(bytes: ByteVector): ByteVector
  18. val nonceNum: Int
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def partialSigVerify(partialSig: FieldElement, noncePub: MuSigNoncePub, pubKey: SchnorrPublicKey, keySet: KeySet, b: FieldElement, aggNonce: ECPublicKey, e: FieldElement): Boolean
  22. def partialSigVerify(partialSig: FieldElement, noncePub: MuSigNoncePub, aggNoncePub: MuSigNoncePub, pubKey: SchnorrPublicKey, keySet: KeySet, message: ByteVector): Boolean
  23. def partialSigVerify(partialSig: FieldElement, pubNonces: Vector[MuSigNoncePub], keySet: KeySet, message: ByteVector, signerIndex: Int): Boolean
  24. def sign(noncePriv: MuSigNoncePriv, aggNoncePub: MuSigNoncePub, privKey: ECPrivateKey, message: ByteVector, keySet: KeySet): (ECPublicKey, FieldElement)

    Generates a MuSig partial signature, accompanied by the aggregate R value

  25. def signAgg(sVals: Vector[FieldElement], aggPubNonce: ECPublicKey, tweakDataOpt: Option[MuSigTweakData] = None): SchnorrDigitalSignature

    Aggregates MuSig partial signatures into a BIP340 SchnorrDigitalSignature

  26. def signAgg(sVals: Vector[FieldElement], aggNoncePub: MuSigNoncePub, keySet: KeySet, message: ByteVector): SchnorrDigitalSignature

    Aggregates MuSig partial signatures into a BIP340 SchnorrDigitalSignature

  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped