MCPcopy Create free account
hub / github.com/DOSNetwork/core / Uint64

Method Uint64

group/mod/int.go:202–204  ·  view source on GitHub ↗

Uint64 returns the uint64 representation of the value. If the value is not representable in an uint64 the result is undefined.

()

Source from the content-addressed store, hash-verified

200// Uint64 returns the uint64 representation of the value.
201// If the value is not representable in an uint64 the result is undefined.
202func (i *Int) Uint64() uint64 {
203 return i.V.Uint64()
204}
205
206// Add sets the target to a + b mod M, where M is a's modulus..
207func (i *Int) Add(a, b kyber.Scalar) kyber.Scalar {

Callers 15

choseSubmitterFunction · 0.80
handleCRMethod · 0.80
TestDialToEthFunction · 0.80
GetCurrentBlockFunction · 0.80
GroupToPickMethod · 0.80
GroupSizeMethod · 0.80
GetWorkingGroupSizeMethod · 0.80
LastUpdatedBlockMethod · 0.80
NumPendingGroupsMethod · 0.80
NumPendingNodesMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestDialToEthFunction · 0.64