pinkforest(she/her)

Results 168 issues of pinkforest(she/her)

- Generate wycheproof driven static tests - Machine generated wycheproof test cases for ed25519-dalek sorted by tc# - If any wycheproof is added / modified / deleted this can be...

Re: https://rustcrypto.zulipchat.com/#narrow/stream/260040-elliptic-curves/topic/AVX-512.20IFMA.20.2F.20AVX10.20future This is probably still 1) worth supporting and this may be still 2) set as default without heavy opt-in ? The downside by keeping it as default nightly-on...

Origin issue: - https://github.com/dalek-cryptography/curve25519-dalek/issues/449 Our MVP became the "override" between `[fiat_]u32` and `[fiat_]u64` regardless of `cfg(target_pointer_width)` - https://github.com/dalek-cryptography/curve25519-dalek/issues/449#issuecomment-1340670829 We implemented the MVP here: - https://github.com/dalek-cryptography/curve25519-dalek/pull/454 Where the default is based...

Given we have to support wide range of rust versions in varying environments and various ways of building - It would be perhaps helpful to have issue template that reminds...

**Proposal** TL;DR Make 5.x a "Performance release" with good defaults whilst merging to-be-tested additions behind features e.g.: Breaking changes can be gated as optional within 4.x's first before making them...

I would recommend merging (no squash - to keep the history intact) from `release/4.0` into `main` and keep the `main` as development branch for the next release what ever it...

Reviving this thread as a separate feasibility discussion around at least: **Question 1:** Should we do performance selection via features ? This would include perhaps providing features to maybe enable...

$ cargo install rustsec-admin `warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0` Seen in: - rustc 1.69.0-nightly (2773383a3 2023-02-10) -...

test auditable_binary_with_vulnerabilities_fails has been running for over 60 seconds test auditable_binary_without_vulnerabilities_passes has been running for over 60 second ~13+ minutes on all platforms: Windows: https://github.com/rustsec/rustsec/actions/runs/4467658995/jobs/7847399841?pr=831#step:6:282 MacOS: https://github.com/rustsec/rustsec/actions/runs/4467658995/jobs/7847397875#step:6:279 Some GitHub red...

good first issue

https://github.com/dtolnay/syn/releases/tag/2.0.0 $ cargo tree -i syn ``` [email protected] [email protected] ``` $ cargo tree -i [email protected] ``` syn v1.0.109 ├── abscissa_derive v0.6.0 (proc-macro) ├── askama_derive v0.11.2 (proc-macro) ├── askama_shared v0.12.2 ├──...