rustreexo icon indicating copy to clipboard operation
rustreexo copied to clipboard

[WIP] Pollard functionality

Open Davidson-Souza opened this issue 2 years ago • 0 comments

This [WIP] PR implements the Pollard data structure and associated logic.

TODO list:

  • [x] Implement basic Pollard
  • [x] Implement Modify as in the Go lib
  • [x] Make it pass our tests from Stump modify
  • [x] Implement proving logic
  • [x] Test multiple addition and deletions
  • [ ] Implement caching logic (non-full Pollard)
  • [ ] Maybe fuzz it to find edge cases and unhandled exceptions
  • [ ] Implement undo

Davidson-Souza avatar Jan 24 '23 17:01 Davidson-Souza