1/*
2Copyright (c) 2024 sean watters
34Licensed under the MIT license <LICENSE or https://opensource.org/licenses/MIT>.
5This file may not be copied, modified, or distributed except according to those terms.
6*/
78#![doc = include_str!("../README.md")]
910mod crypto;
11pub use crypto::*;