radicle-heartwood-lfs/radicle-cob/src/sign.rs

8 lines
267 B
Rust

// Copyright © 2022 The Radicle Link Contributors
//
// This file is part of radicle-link, distributed under the GPLv3 with Radicle
// Linking Exception. For full terms see the included LICENSE file.
pub mod signatures;
pub use signatures::{Signature, Signatures};