celestiaorg / rsmt2d

Go implementation of two dimensional Reed-Solomon merkle tree data availability scheme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api: add helper methods to EDS struct

Wondertan opened this issue · comments

In node, we defined these helpers, which are better be methods on EDS instead:

  • Equal
  • ExtractEDS
  • ExtractODS

@rootulp, ExtractEDS is the same as Flatten, which seems to be fairly new method.

Also, note that we are good we any naming you think is the best.