1 2 3 4 5 6 7 8 9 10 11 12
/* Copyright (c) 2026 Ordinary Labs, LLC SPDX-License-Identifier: AGPL-3.0-only */ #![doc = include_str!("../README.md")] pub(crate) const ZEROED_KEY: [u8; 32] = [0u8; 32]; mod crypto; pub use crypto::*;