tari-project / triptych

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

chore!: remove Gray code functionality from public API #52

Closed AaronFeickert closed 7 months ago

AaronFeickert commented 7 months ago

Gray code functionality is only used internally, but is part of the public API. This PR changes its visibility so it isn't exposed.

BREAKING CHANGE: Removes the gray module from the public API.