Registry / crypto / sec51-gf256

sec51-gf256

JSON →
library0.0.0-20160126143050-2454accbeb9egogounverified

A Go implementation of Galois Field arithmetic in GF(2^8), used in error-correcting codes.

go get github.com/sec51/gf256
INSTALL
IMPORT
SIG · SEC51-GF256
S
sec51-gf256
cryptogov0.0.0-20160126143050-2454accbeb9e
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.

gf256
github.com/sec51/gf256

Multiply two elements in GF(2^8)

package main import ( "fmt" "github.com/sec51/gf256" ) func main() { a := gf256.NewElement(0x57) b := gf256.NewElement(0x83) c := a.Mul(b) fmt.Println(c.Value()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160126143050-2454accbeb9elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sec51-gf256 — go get sec51-gf256 · libregistry