Fabian

Results 1 issues of Fabian

I am trying to parse a file that contains a private and a public key. My code looks like this: let c = Cursor::new(keys_as_vec_u8); let (pk, header) = pgp::from_armor_many(c).unwrap(); pk.for_each(...