lmctv

Results 20 comments of lmctv

I don't understand the context leading to the `from crossbar.controller.node import `... action. As for your patch, I don't think you should need removing the dependency declarations from the project's...

This kind of weirdness is the reason why we are discussing, about removing support from the encoding= parameter since @alex comment in https://github.com/pyca/pynacl/pull/504#issuecomment-454233998 and my later #523 PR.

@colinmcintosh : just curious, which kind of environment is this? Could you try to run a ``` $ sudo find /var/lib/ -name random-seed -ls ``` to verify if the file...

Another question, if this is a virtual machine, which kind of hypervisor is running it?

From past experience, I was somewhat expecting we were talking about a VM; if running under qemu, my suggestion would have been to enable the `virtio_rng` emulated device adding the...

Added a documentation tag.

@zefoo if this is from a virtual machine as was in @colinmcintosh case, did you try if any of the suggestions in https://github.com/pyca/pynacl/issues/327#issuecomment-326798389 could help?

@Ublimjo I think you are really trying to cross-build; in this case the make command (and a local build system) must be available in the same environment of the termux...

Pynacl bindings depend on python cffi, and inherit it's dependence on a working build environment; at this time we don't have ready to follow recipes for cross building, other than...

Neither the public, nor the secret key get modified by the signature generation operation; you can use the same SigningKey instance to sign as many different messages as needed in...