Registry / crypto / filecoin-project-go-commp-utils-nonffi

filecoin-project-go-commp-utils-nonffi

JSON →
library0.0.0-20220905160352-62059082a837gogounverified

Utility functions for computing CommP (Piece Commitment) in Filecoin without FFI dependencies.

go get github.com/filecoin-project/go-commp-utils/nonffi
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-commp-utils-nonffi
cryptogov0.0.0-20220905160352-62059082a837
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nonffi
github.com/filecoin-project/go-commp-utils/nonffi

Generate a piece commitment using non-FFI utilities

package main import ( "fmt" "github.com/filecoin-project/go-commp-utils/nonffi" ) func main() { commP, _ := nonffi.GeneratePieceCommitment(nil, 0) fmt.Println(commP) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220905160352-62059082a837latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
filecoin-project-go-commp-utils-nonffi — go get filecoin-project-go-commp-utils-nonffi · libregistry