c-blake

Results 65 comments of c-blake

Happy to help use it, if I can. The command line driver is pretty fancy. To just get estimated coefs you should be able to just set up the SVD...

!nim c ```Nim import parseUtils # works import std/strUtils # fails import seq_utils # fails ```

!nim c ```Nim import seq_utils ``` Repeated but simplified just to show the non-`std/`-qualified `import` with style variation also fails on all hot-loadable test Nim versions.

It seems the `std/` package qualification also changes things...

It's really more an issue that nimble never updates the `@#head` version after it is first installed. This surprised me. I would have thought it was "always updated". Instead they...