Skip to content

A library for encoding blobs into a 2D square of evenly sized chunks designed for sampling and reconstruction

Notifications You must be signed in to change notification settings

hoank101/go-square

 
 

Repository files navigation

go-square

go-square is a Go library designed to provide utility functions for data square operations.

Installation

To use go-square as a dependency in your Go project, you can use go get:

go get github.com/celestiaorg/go-square

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

This repo attempts to conform to conventional commits so PR titles should ideally start with fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, or test: because this helps with semantic versioning and changelog generation. It is especially important to include an ! (e.g. feat!:) if the PR includes a breaking change.

  1. Install Go 1.21.5
  2. Fork this repo
  3. Make your changes
  4. Submit a pull request

About

A library for encoding blobs into a 2D square of evenly sized chunks designed for sampling and reconstruction

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%