Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinerlab/secp256k1
/ functions
Functions
50 in github.com/bitcoinerlab/secp256k1
⨍
Functions
50
◇
Types & classes
2
↓ 8 callers
Function
isPrivate
(d)
index.js:212
↓ 7 callers
Function
throwToNull
(fn)
index.js:177
↓ 6 callers
Function
assumeCompression
(compressed, p)
index.js:170
↓ 6 callers
Function
isHash
(h)
index.js:97
↓ 6 callers
Function
isPoint
(p)
index.js:203
↓ 5 callers
Function
fromHex
(data)
test/util.js:3
↓ 5 callers
Function
isTweak
(tweak)
index.js:63
↓ 4 callers
Function
cmpBN32
(data1, data2)
index.js:50
↓ 4 callers
Function
fromHex
(bytes)
index.js:189
↓ 3 callers
Function
_isPoint
(p, xOnly)
index.js:193
↓ 3 callers
Function
isExtraData
(e)
index.js:101
↓ 3 callers
Function
isSignature
(signature)
index.js:74
↓ 3 callers
Function
isXOnlyPoint
(p)
index.js:216
↓ 3 callers
Function
normalizePrivateKey
(privateKey)
index.js:132
↓ 3 callers
Function
normalizeScalar
(scalar)
index.js:107
↓ 2 callers
Function
_pointAddScalar
(p, tweak, isCompressed)
index.js:155
↓ 2 callers
Function
fromXOnly
(bytes)
index.js:185
↓ 2 callers
Function
toHex
(data)
test/util.js:7
↓ 1 callers
Function
_pointMultiply
(p, tweak, isCompressed)
index.js:163
↓ 1 callers
Function
_privateAdd
(privateKey, tweak)
index.js:136
↓ 1 callers
Function
_privateNegate
(privateKey)
index.js:150
↓ 1 callers
Function
_privateSub
(privateKey, tweak)
index.js:143
↓ 1 callers
Function
corrupt
(x)
test/ecdsa.js:21
↓ 1 callers
Function
isPointCompressed
(p)
index.js:207
↓ 1 callers
Function
isSignatureNonzeroRS
(signature)
index.js:91
↓ 1 callers
Function
isSigrLessThanPMinusN
(signature)
index.js:83
↓ 1 callers
Function
isUint8Array
(value)
index.js:46
↓ 1 callers
Function
isZero
(x)
index.js:59
↓ 1 callers
Function
parseBip340Vector
(f)
test/schnorr.js:5
↓ 1 callers
Function
parseTweakAddVector
(f)
test/schnorr.js:16
↓ 1 callers
Function
pointFromScalar
(sk, compressed)
index.js:241
↓ 1 callers
Function
rand
()
test/schnorr.js:26
↓ 1 callers
Function
randomUInt8
()
test/ecdsa.js:22
↓ 1 callers
Function
xOnlyPointFromPoint
(p)
index.js:234
Function
pointAdd
(a, b, compressed)
index.js:276
Function
pointAddScalar
(p, tweak, compressed)
index.js:291
Function
pointCompress
(p, compressed)
index.js:257
Function
pointMultiply
(a, tweak, compressed)
index.js:264
Function
privateAdd
(d, tweak)
index.js:303
Function
privateNegate
(d)
index.js:323
Function
privateSub
(d, tweak)
index.js:313
Function
randPubKey
()
test/schnorr.js:27
Function
recover
(h, signature, recoveryId, compressed)
index.js:383
Function
sign
(h, d, e)
index.js:330
Function
signRecoverable
(h, d, e)
index.js:348
Function
signSchnorr
(h, d, e)
index.js:370
Function
verify
(h, Q, signature, strict)
index.js:409
Function
verifySchnorr
(h, Q, signature)
index.js:426
Function
xOnlyPointAddTweak
(p, tweak)
index.js:220
Function
xOnlyPointFromScalar
(d)
index.js:250