ratman 0.5.0

Ratman types, client, and interface library
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2023 Katharina Fey <kookie@spacekookie.de>
//
// SPDX-License-Identifier: AGPL-3.0-or-later WITH LicenseRef-AppStore

/// Length of the identity buffer to align with an ed25519 pubkey
pub const ID_LEN: usize = 32;

pub mod address;
pub mod id;