At the moment this has the CKK tree functioning and a bunch of extra functions exposed for testing.
The papers I'm reading diverge a bit on implementation at this point, so it'll take a bit to iron out the rest.
Additionally, I'm not sure of the best way to return results here. Should we be making a Task to find more values once the LDM version is found? How should that be implemented?
At the moment this has the CKK tree functioning and a bunch of extra functions exposed for testing. The papers I'm reading diverge a bit on implementation at this point, so it'll take a bit to iron out the rest.
Additionally, I'm not sure of the best way to return results here. Should we be making a
Task
to find more values once the LDM version is found? How should that be implemented?