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.

crypto
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
10 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources