-
Hi,
I wonder if this project has considered using [libsecp256k1]( https://github.com/bitcoin-core/secp256k1/) rather than trezor-crypto? libsecp is entirely constant-time, uses no dynamic memory al…
-
It'd help nostd crates if..
There was a `TinyBox` type with two functions:
- Always store `T` inside its data pointer if `size_of::()
-
This is a remaining item identified during review of PR #1420
For all the static variables found in SDK header files,
consider (to discuss) to either:
- move the code to the *.cc files instead,
…
-
**Describe your environment**
When building from the master branch on MacOS, if `BUILD_SHARED_LIBS=ON` and either `WITH_OLTP_HTTP=ON` or `WITH_OLTP_GRPC` are on then we get build errors:
```
[1…
-
**Describe your environment** Describe any aspect of your environment relevant to the problem, including your platform, build system, version numbers of installed dependencies, etc. If you're reportin…
-
**Is your feature request related to a problem?**
In Opentracing, it was possible to set the 'key' field in span logs, since the api took an array of key value pairs:
Span->Log({ { key, value } })
…
-
We started improving parsing errors but I'm not really sure what's the best design. There are two main things I'm concerned about: sensible carrying of the input and advanced error information such as…
-
I need a way to simulate in-game time passing that can be paused, serialized, deserialized, etc. Maybe `u64` milliseconds since the start of the save file? I don't need to be particularly precise abou…
-
I got following error:
```
In member function 'Resize',
inlined from 'Push' at /nix/store/88WAXS933YDRH4ARHWAWF1G85H7L0F9Y-opentelemetry-static-x86_64-unknown-linux-musl-0.1.0/include/opentelem…
-
Is it possible to get coverage report for dynamic libraries? My use case is that I'm building a sqlite extension which I compile into a shared library using:
```toml
# Cargo.toml
[lib]
crate-typ…