MCPcopy Create free account

hub / github.com/bitcoinerlab/secp256k1 / functions

Functions50 in github.com/bitcoinerlab/secp256k1

↓ 8 callersFunctionisPrivate
(d)
index.js:212
↓ 7 callersFunctionthrowToNull
(fn)
index.js:177
↓ 6 callersFunctionassumeCompression
(compressed, p)
index.js:170
↓ 6 callersFunctionisHash
(h)
index.js:97
↓ 6 callersFunctionisPoint
(p)
index.js:203
↓ 5 callersFunctionfromHex
(data)
test/util.js:3
↓ 5 callersFunctionisTweak
(tweak)
index.js:63
↓ 4 callersFunctioncmpBN32
(data1, data2)
index.js:50
↓ 4 callersFunctionfromHex
(bytes)
index.js:189
↓ 3 callersFunction_isPoint
(p, xOnly)
index.js:193
↓ 3 callersFunctionisExtraData
(e)
index.js:101
↓ 3 callersFunctionisSignature
(signature)
index.js:74
↓ 3 callersFunctionisXOnlyPoint
(p)
index.js:216
↓ 3 callersFunctionnormalizePrivateKey
(privateKey)
index.js:132
↓ 3 callersFunctionnormalizeScalar
(scalar)
index.js:107
↓ 2 callersFunction_pointAddScalar
(p, tweak, isCompressed)
index.js:155
↓ 2 callersFunctionfromXOnly
(bytes)
index.js:185
↓ 2 callersFunctiontoHex
(data)
test/util.js:7
↓ 1 callersFunction_pointMultiply
(p, tweak, isCompressed)
index.js:163
↓ 1 callersFunction_privateAdd
(privateKey, tweak)
index.js:136
↓ 1 callersFunction_privateNegate
(privateKey)
index.js:150
↓ 1 callersFunction_privateSub
(privateKey, tweak)
index.js:143
↓ 1 callersFunctioncorrupt
(x)
test/ecdsa.js:21
↓ 1 callersFunctionisPointCompressed
(p)
index.js:207
↓ 1 callersFunctionisSignatureNonzeroRS
(signature)
index.js:91
↓ 1 callersFunctionisSigrLessThanPMinusN
(signature)
index.js:83
↓ 1 callersFunctionisUint8Array
(value)
index.js:46
↓ 1 callersFunctionisZero
(x)
index.js:59
↓ 1 callersFunctionparseBip340Vector
(f)
test/schnorr.js:5
↓ 1 callersFunctionparseTweakAddVector
(f)
test/schnorr.js:16
↓ 1 callersFunctionpointFromScalar
(sk, compressed)
index.js:241
↓ 1 callersFunctionrand
()
test/schnorr.js:26
↓ 1 callersFunctionrandomUInt8
()
test/ecdsa.js:22
↓ 1 callersFunctionxOnlyPointFromPoint
(p)
index.js:234
FunctionpointAdd
(a, b, compressed)
index.js:276
FunctionpointAddScalar
(p, tweak, compressed)
index.js:291
FunctionpointCompress
(p, compressed)
index.js:257
FunctionpointMultiply
(a, tweak, compressed)
index.js:264
FunctionprivateAdd
(d, tweak)
index.js:303
FunctionprivateNegate
(d)
index.js:323
FunctionprivateSub
(d, tweak)
index.js:313
FunctionrandPubKey
()
test/schnorr.js:27
Functionrecover
(h, signature, recoveryId, compressed)
index.js:383
Functionsign
(h, d, e)
index.js:330
FunctionsignRecoverable
(h, d, e)
index.js:348
FunctionsignSchnorr
(h, d, e)
index.js:370
Functionverify
(h, Q, signature, strict)
index.js:409
FunctionverifySchnorr
(h, Q, signature)
index.js:426
FunctionxOnlyPointAddTweak
(p, tweak)
index.js:220
FunctionxOnlyPointFromScalar
(d)
index.js:250