frost_core_sdk/
lib.rs

1#![cfg_attr(not(feature = "std"), no_std)]
2
3extern crate alloc;
4
5mod generated;
6
7pub use generated::*;