-
I tried many times to build cpp-ethereum from source code and without exception I always met this err message:
system info : macOS Sierra 10.12.5, xcode version 8.3.3
[ 24%] Performing build st…
-
From @nikkolasg
I recall now that `NewKey` was previously in `Suite` and so I naturally shifted it into `Group` since `Suite` does not exist anymore (sigh).
if we *really want* it out of the Group …
-
If I run this code (version 0.0.4):
```
Salt = libsodium_randombytes:buf(libsodium_crypto_pwhash_scryptsalsa208sha256:saltbytes()),
SecretKey = libsodium_crypto_pwhash_scryptsalsa208sha256:crypto_pwh…
-
Including ed25519 or ed448
-
I'm currently trying to get `ring`'s Ed25519 public keys to interface correctly with some system that uses Java/BouncyCastle. For the keys to have the correct format for the SubjectPublicKeyInfo with …
-
As reported here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861639#10
As with the other pure JS crypto package ITP here recently [1]: has
this library been designed with timing attacks in m…
pravi updated
7 years ago
-
`gss-group*-sha*-*` sections, like the `gss-group15-sha512-` provide explicit references to where the group parameters are defined, add similar ones for NIST and Edwards curves
-
Quote from ctz/rustls/issues/52
> X448 is a perfect replacement for secp521r1 to gain "level 8" security here: https://www.keylength.com/en/3/
>
> Ed25519 and Ed448 are needed for DNSSEC resolve…
-
Is there any reason that we use `CompleteEdwardsCurve/CompleteEdwardsCurveTheorems.v` rather than `CompleteEdwardsCurve/Theorems.v`? From my experience with the category theory library in HoTT, manag…
-
TLDR: I discovered issues with how pruning and Djikstras_shortest_paths was being used. Optimal path planning, NOT IK calculations, (using aggressive joint delta checks) has speed up by 2000-5000x in …