Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FFISelect struct { GenerateSinglePartitionWindowPoStWithVanilla func( ctx context.Context, proofType abi.RegisteredPoStProof, minerID abi.ActorID, randomness abi.PoStRandomness, proofs [][]byte, partitionIndex uint, ) (*ffi.PartitionProof, error) SealPreCommitPhase2 func( ctx context.Context, phase1Output []byte, cacheDirPath string, sealedSectorPath string, ) (out storiface.SectorCids, err error) SealCommitPhase2 func( ctx context.Context, phase1Output []byte, sectorNum abi.SectorNumber, minerID abi.ActorID, ) ([]byte, error) GenerateWinningPoStWithVanilla func( ctx context.Context, proofType abi.RegisteredPoStProof, minerID abi.ActorID, randomness abi.PoStRandomness, proofs [][]byte, ) ([]proof.PoStProof, error) EncodeInto func( ctx context.Context, proofType abi.RegisteredUpdateProof, newReplicaPath string, newReplicaCachePath string, sectorKeyPath string, sectorKeyCachePath string, stagedDataPath string, pieces []abi.PieceInfo, ) (out storiface.SectorCids, err error) GenerateUpdateProofWithVanilla func( ctx context.Context, proofType abi.RegisteredUpdateProof, key, sealed, unsealed cid.Cid, vproofs [][]byte, ) ([]byte, error) SelfTest func(ctx context.Context, val1 int, val2 cid.Cid) (cid.Cid, error) }
View Source
var IsCuda = build.IsOpencl != "1"
View Source
var IsTest = false
Functions ¶
Types ¶
type FFICall ¶
type FFICall struct { Fn string Args []interface{} }
This is not the one you're looking for.
Click to show internal directories.
Click to hide internal directories.