Registry / crypto / maruel-rs

maruel-rs

JSON →
library1.1.0gogounverified

Implements Reed-Solomon error correcting codes in Go.

go get github.com/maruel/rs
INSTALL
IMPORT
SIG · MARUEL-RS
M
maruel-rs
cryptogov1.1.0
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.

rs
github.com/maruel/rs

Encode data with Reed-Solomon

package main import ( "fmt" "github.com/maruel/rs" ) func main() { data := []byte{1, 2, 3, 4} encoded, err := rs.Encode(data, 2) if err != nil { panic(err) } fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
maruel-rs — go get maruel-rs · libregistry