str4d

Results 411 issues of str4d

We don't necessarily want this behaviour exposed in e.g. the mobile SDKs, but it is necessary functionality for a `zcashd` wallet replacement, and needs to be implemented somewhere (maybe behind...

The publicly-exposed APIs have documentation, but most of the crate-private functions don't have docstrings. It would be nice to add those.

A-documentation

Historically, YubiKey's PIV applet only supported 3DES management keys. However, [YubiKeys with firmware 5.4 and up](https://developers.yubico.com/PIV/Introduction/YubiKey_and_PIV.html) (produced [starting from May 2021](https://www.yubico.com/blog/yubikey-firmware-update-yubikey-5-series-with-firmware-5-4/)) support AES-128, AES-192, and AES-256 management keys, which are...

SAM v3.3 enables a single session (and thus Destination) to be used for streams, datagrams and raw simultaneously. This enables applications using the SAM API to maintain a single set...

enhancement
help wanted

SAM v3.3 enables a single session (and thus Destination) to be used for streams, datagrams and raw simultaneously. This enables applications using the SAM API to maintain a single set...

enhancement
help wanted

SAM v3.2 added support for: - Source and destination ports (inside I2P) - Configurable protocol number for raw datagrams - Authorization and SSL - Concurrent pending STREAM ACCEPTs - Session...

enhancement
help wanted

If a signing party includes a small-order component in their share such that `ak` is generated with a small-order component, then every `rk` (for every transaction signed with that `ak`)...

frost

#81 is a short-term solution to the problem of the `lazy_static/spin_no_std` feature flag. The long-term solution is to migrate to `core::cell::OnceCell`, which was stabilised in 1.70.

We currently enable `lazy_static/spin_no_std` at the request of downstream users who want to use `pasta_curves` in an `alloc` `no-std` environment. However, other downstream users want to not have that flag...