pasejo 2026.2.22

passage re-implementation in Rust for teams
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: The pasejo Authors
// SPDX-License-Identifier: 0BSD

pub mod format;
mod merge;
pub mod public_key;
pub mod read;

pub use self::format::format_recipient;
pub use self::merge::merge_recipients;
pub use self::read::read_recipients;