Documentation ¶ Index ¶ func FastOracle(ch Challenge, nonce uint32, label []byte) [32]byte func WorkOracle(computeProviderId uint, id []byte, startPosition, endPosition uint64, ...) ([]byte, error) func WorkOracleOne(id []byte, position uint64, bitsPerLabel uint32) []byte type Challenge Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FastOracle ¶ func FastOracle(ch Challenge, nonce uint32, label []byte) [32]byte func WorkOracle ¶ func WorkOracle(computeProviderId uint, id []byte, startPosition, endPosition uint64, bitsPerLabel uint32) ([]byte, error) func WorkOracleOne ¶ func WorkOracleOne(id []byte, position uint64, bitsPerLabel uint32) []byte Types ¶ type Challenge ¶ type Challenge = shared.Challenge Source Files ¶ View all Source files oracle.go Click to show internal directories. Click to hide internal directories.