MuSig2UtilsConst class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
aggPublicKeys({required List<List<int>> keys})
→ MuSig2KeyAggContext
-
-
decodeSessionConst(MuSig2Session session)
→ MuSig2SessionValues
-
-
deterministicNonceHash({required List<int> sk, required List<int> aggotherNonce, required List<int> aggPk, required int i, required List<int> msg})
→ Secp256k1Scalar
-
-
encodePointAsEvenConst(List<int> keys, {bool allowInfitity = false})
→ Secp256k1Ge
-
-
getSessionKeyAggCoeffConst({required MuSig2Session session, required List<int> pkBytes})
→ Secp256k1Scalar
-
-
keyAggAndTweak({required List<List<int>> publicKeys, required List<MuSig2Tweak> tweaks})
→ MuSig2KeyAggContext
-
-
liftX(Secp256k1Fe x, int odd)
→ Secp256k1Ge?
-
-
nonceHash({required List<int> rand, required List<int> publicKey, required List<int> aggPk, required int i, required List<int> messagePrefix, })
→ Secp256k1Scalar
-