Luke Parker
Luke Parker
choosenim hangs after `Downloading Nim 17.0 from nim-lang.org`, and when I send SIGINT, the following is shown: ``` choosenim.nim(206) choosenim choosenim.nim(183) performAction choosenim.nim(153) update choosenim.nim(34) installVersion download.nim(250) download download.nim(244) downloadImpl...
In versions prior to 0.13.0, they returned the same value, making it valid to run `withDir projectDir() / "dependency"`. As of 0.13.0, either `thisDir() / "dependency"` or just `"dependency"` must...
Reliant on https://github.com/status-im/nim-protobuf-serialization/pull/2 being merged and added to the Nimble package registry. If the blocking library requires further modifications, to its handling of proto2/proto3/required, this PR will need the appropriate...
This would enable each Curve to define optimal window sizes for efficient multiplication, instead of having users manually bench/guess.
Currently, shared keys are defined as `Hs(8raG || o)`, with output keys being defined as `shared_key G + B`. By reusing a `r` value, it is possible to create multiple...
I'm personally interested in implementing a hash to curve (an existing one, not a new one), which I understand isn't something that comes up often (lack of other issues with...
EventLoop::new can, and will, fail on Linux when the display server isn't active. This is most easily reproduced via switching to a different TTY and trying to run a Tao...
protobuf-nim tries to automatically import said files, yet they're not shipped with the library.
``` message ResultMap { map results = 3; } ``` throws an error when being parsed. As this is syntactic sugar for: ``` message MapFieldEntry { key_type key = 1;...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...