-
Remove the _double storage principle_ of Tribler. Dispersy becomes a state-less and clean overlay.
Each Dispersy community is now responsible for their own storage. We now have significant overlap …
-
See http://tools.ietf.org/html/rfc6637
This issue tracks the implementation of ECDSA and ECDH for "Curve P-256", "Curve P-384", and "Curve P-521". The advantage of these curves is that they have alre…
-
I am having problems importing sage in Mac:
```pytb
>>> import sage
>>> import sage.all
Traceback (most recent call last):
File "", line 1, in
File "/Users/aaronmeurer/anaconda3/envs/pyth…
-
The prototype Zerocash implementation uses ECIES for key-private encryption. I propose to change this to use `crypto_box` (i.e. `crypto_box_curve25519xsalsa20poly1305`). The motivations are as follows…
daira updated
6 years ago
-
Because of this 'python setup.py install' fails with following error:
```
Traceback (most recent call last):
File "setup.py", line 47, in
long_description=read('README'),
File "setup.…
-
The Android version already uses the Android KeyStore to handle RSA keys.
However, as far as I was able to tell, the iOS version currently doesn't use the Secure Enclave, meaning that the private key…
-
Related to #1083, perhaps. Standard `requests.get()` for this particular site/page `https://docs.apitools.com/2014/04/24/a-small-router-for-openresty.html` results in:
```
>>> import requests
>>> req…
-
-
The freeCodeCamp community has started building an interactive, browser-based Math for Programmers curriculum. It's just a matter of designing the thousands of LaTeX-driven challenges necessary to tea…
-
The progress code is found at https://gitlab.com/masterq/WICED-Studio-6.0-wolfSSL. (I can't locate it at GitHub, because the object size is limited.)
TODO:
* [x] Clean up compile options for wol…