rsop 0.11.3

SOP CLI tool based on rPGP and rpgpie
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: Heiko Schaefer <heiko@schaefer.name>
// SPDX-License-Identifier: CC0-1.0

fn main() {
    env_logger::init();
    sop::cli::main(
        &mut rpgpie_sop::RPGSOP::default(),
        sop::cli::Variant::Verification,
    );
}