kryptan
kryptan
> If so, could you: > > 1. Run `~/.julia/pluto_notebooks> ls` and copy-paste the text output. > > 2. Open one of the sample notebooks, copy-paste the error message. >...
WSL 2 ``` NAME STATE VERSION * Ubuntu-22.04 Running 2 ```
I also get illegal instruction on Raspberry Pi 4 but only when using `target-cpu=native`. Code: ```Rust use ring::signature::{EcdsaKeyPair, ECDSA_P256_SHA256_ASN1_SIGNING}; fn main() { let rng = ring::rand::SystemRandom::new(); let pkcs8 = EcdsaKeyPair::generate_pkcs8(&ECDSA_P256_SHA256_ASN1_SIGNING,...
Looks like race condition, output is sometimes displayed, sometimes not, sometimes only partially.