nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Removal of BPv6 code from "development" branch #164

Closed jphickey closed 1 year ago

jphickey commented 2 years ago

The experimental "development" branch is BPv7 only, where as the "main" branch remains BPv6 only. However the BPv6 code still exists on the development branch, but if a user attempts to compile it there, it is not likely to work, and is not tested.

To keep things cleaner, this code should be removed from the development branch. It can still be seen/preserved on the "main" branch in case some of the algorithms that have not yet been ported (e.g. "rh_hash.c" and "lrc.c" for example) become necessary for V7.