On Tue, Nov 22, 2022 at 11:24 PM Fabio Valentini wrote:
>
> On Tue, Nov 22, 2022 at 6:49 PM Josh Stone wrote:
> >
> > On 11/22/22 8:13 AM, Fabio Valentini wrote:
> > > List of Rust library-only packages,
> > >
> > > - rust-rustfilt
> >
> > This one does have a binary, a Rust equivalent to binutil
On Tue, Nov 22, 2022 at 6:49 PM Josh Stone wrote:
>
> On 11/22/22 8:13 AM, Fabio Valentini wrote:
> > List of Rust library-only packages,
> >
> > - rust-rustfilt
>
> This one does have a binary, a Rust equivalent to binutils' c++filt.
Thanks for the responses, I've added dialoguer, constant_time_
On 11/22/22 11:59 AM, Simo Sorce wrote:
> On Tue, 2022-11-22 at 17:13 +0100, Fabio Valentini wrote:
>> - rust-curve25519-dalek
>
> Asymmetric cryptography in pure rust should not be used, there is still
> no support in the language for constant time operations, which means
> there is a fat chance
On Tue, 2022-11-22 at 17:13 +0100, Fabio Valentini wrote:
> - rust-curve25519-dalek
Asymmetric cryptography in pure rust should not be used, there is still
no support in the language for constant time operations, which means
there is a fat chance these implementations are susceptible to trivial
ti
On 11/22/22 8:13 AM, Fabio Valentini wrote:
> List of Rust library-only packages,
>
> - rust-rustfilt
This one does have a binary, a Rust equivalent to binutils' c++filt.
It's OK though -- c++filt knows Rust mangling these days, whereas
rustfilt doesn't know C++, so it wouldn't be much loss to d
Hi Fabio,
On Tue, Nov 22, 2022 at 5:14 PM Fabio Valentini
wrote:
> - rust-constant_time_eq
>
Can you leave rust-constant_time_eq out please? 'authenticator' that I'm
packaging depends on it.
--
Kalev
___
devel mailing list -- devel@lists.fedoraproje
On Tue, Nov 22, 2022 at 4:14 PM Fabio Valentini
wrote:
> Hi all,
>
> I've been collecting data about the dependency graph of Rust packages
> in Fedora for over a year now, and I would like to start the process
> of removing some accumulated cruft. In particular, I've been keeping
> track of which