RumpelTree++
"Rob Meijer" <rmeijer-qWit8jRvyhVmR6Xm/[email protected]> Mon, 21 Jul 2014 13:51:47 +0200
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
I thought some of you might be interested in the following. I've migrated my Rumpelstiltskin tree-graph algorithm code from using openssl to using crypto++, and from being some deep part of MinorFS2 to being its own hopefully more widely usable C++ library. Its still a work in progress (need to write a whole lot of extra tests, need to look at memory wiping that seems not to be working, and at writing a solid cmake config file without hard-coded llvm tools, but anyhow, I think its in a state that its suitable to play around with a bit for those interested in using it. https://github.com/pibara/Rumpeltreepp I'm very interested in any feedback, and if anyone thinks it usefull that I've seperated my code from MinorFs2 into a seperate general purpose library. The interface of the library is defined in rumpelstiltskin.hpp, and an API usage example can be found in test.cpp. Rob