MCPcopy
hub / github.com/OpenNHP/opennhp / Add

Method Add

endpoints/kgc/curve/curve.go:28–28  ·  view source on GitHub ↗
(x1, y1, x2, y2 *big.Int)

Source from the content-addressed store, hash-verified

26 Params() *CurveParams
27 IsOnCurve(x, y *big.Int) bool
28 Add(x1, y1, x2, y2 *big.Int) (x, y *big.Int)
29 ScalarMult(x1, y1 *big.Int, k []byte) (x, y *big.Int)
30 ScalarBaseMult(k []byte) (x, y *big.Int)
31}

Callers 15

WatchFileFunction · 0.65
RequestFunction · 0.65
StartMethod · 0.65
AddLocalTransactionMethod · 0.65
AddRemoteTransactionMethod · 0.65
VerifySignatureFunction · 0.65
StartMethod · 0.65
TestUdpConnectionFunction · 0.65
TestTokenStore_DeleteFunction · 0.65
TestTokenStore_SizeFunction · 0.65

Implementers 2

CustomStandardCurveendpoints/kgc/curve/curve.go
OfficialSM2Curveendpoints/kgc/curve/curve.go

Calls

no outgoing calls

Tested by 15

TestUdpConnectionFunction · 0.52
TestTokenStore_DeleteFunction · 0.52
TestTokenStore_SizeFunction · 0.52
FuzzECDHFromKeyFunction · 0.52
FuzzAESDecryptFunction · 0.52
FuzzCBCDecryptionFunction · 0.52
FuzzUdpPeerNameFunction · 0.52