Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 11, 2021 11:56 UTC (Thu) by Sesse (subscriber, #53779)In reply to: Python cryptography, Rust, and Gentoo by moltonel
Parent article: Python cryptography, Rust, and Gentoo
Yes, I wanted it to be mutable after init; it's a cache of state between multiple HTTP requests. So I need a Mutex, and how do you initialize a Mutex safely without lazy_static?
