celestiaorg / go-square

A library for encoding blobs into a 2D square of evenly sized chunks designed for sampling and reconstruction
Apache License 2.0
13 stars 16 forks source link

Add a local blob type #70

Closed cmwaters closed 2 months ago

cmwaters commented 2 months ago
          It seems we expect Blob to have valid namespace at that point? If so, we can avoid using exported constractor in favour of local(without validion) constractor. I will remove the need to return error here and:

_Originally posted by @walldiss in https://github.com/celestiaorg/go-square/pull/68#discussion_r1636267713_