Closed bitbugprime closed 1 year ago
I miswrote there, my bad, that's what I get for writing up comments at 2 AM. Upon comparing the C and CPP version of the library, I realized that the currently existing canonical_t::to_hash()
function does what the theoretical from_canonical()
function would, and so the latter would be superfluous.
Did you mean get_hash()
not to_hash()
?
Yes, my bad.
Comments for issue #17 say that
from_canonical()
was added, but after extracting the 0.8.1 tarball fgrep cannot find any such function.