8336d0612a
* Remove coconut feature * Remove github workflow remainings * Only run dkg if coconut enabled * Fix typo * Update changelog
8 lines
224 B
Rust
8 lines
224 B
Rust
// Copyright 2021 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub mod coconut;
|
|
pub mod error;
|
|
|
|
pub use coconut::utils::{obtain_aggregate_signature, obtain_aggregate_verification_key};
|