Email or username:

Password:

Forgot your password?
Michał Górny :gentoo:

Rewriting everything in improves quality, right?

I suppose that's why I've spent the whole morning figuring out cryptography regressions, just to discover they are due to random function being rewritten from to Rust:

github.com/pyca/cryptography/i

4 comments
laund

@mgorny it doesn't necessarily improve everything, but it's a hell of a lot easier for the devs to implement things in a safe way. not that bugs are impossible, they obviously aren't, but statistics like "zero memory issues found so far the Rust code in android while the C or C++ parts have lots" speak for themselves.

MadMike77

@mgorny It doesn't seem to be clear if it is a PyPy or a openssl issue.

Go Up