-
Hi,
we still need to support Internet Explorer which does not support WebAssembly.
recrypt with ScalaJS is not an option because decrypting a transformed cipher takes up to 25 seconds with IE.
…
-
On branch master
Your branch is up to date with 'origin/master'.
git pull
Already up to date.
git submodule update --recursive
Compiling r2d2 v0.8.7
Compiling http-body v0.1.0
Com…
-
For my use-case (using rustls as an optional bit in a larger application where the failure mode *must* be a panic resulting in only that thread being taken down, ie no C/asm dependencies, not to menti…
-
when I building vm_genesis of branch [testnet] there is a error:
error[E0277]:
the trait bound `nextgen_crypto::ed25519::Ed25519PrivateKey: std::clone::Clone` is not satisfied
----- /libra…
-
We have an ad-hoc method of signing with a context to our signatures, for the purpose of domain separation. It is probably a good idea to get rid of the ad-hoc construct and transition to using `Ed25…
-
**Link: https://github.com/paritytech/substrate/pull/$PR**
-
As per the [Ed25519](https://ed25519.cr.yp.to/ed25519-20110926.pdf) paper, the single signature verification should take `8 micro seconds`. However, the code takes `717 micro seconds` per verificatio…
-
If a crate is used both as a normal dependency and a build-dependency, features enabled for the build-dependency are also enabled for the normal dependency. This leads to build failures in the `no_std…
-
Although no_std support is listed, this crate fails to compile for a no_std thumb (microcontroller) target.
See https://gist.github.com/jamesmunns/22476dc78dba3f231b0c15b5d82261a8
This is likely…
-