uselesskey-pgp
OpenPGP key fixtures for uselesskey test suites.
Generates armored and binary OpenPGP key material at runtime via PgpFactoryExt, with deterministic derivation support.
Example
use Factory;
use ;
let fx = random;
let key = fx.pgp;
let private_armor = key.private_key_armored;
let public_armor = key.public_key_armored;
assert!;
assert!;
Use this crate for test fixtures only, not production key management.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
See the uselesskey crate for full
documentation.