Skip to main content

core_utils/
lib.rs

1pub mod circuit;
2pub mod errors;
3pub mod key_recovery;
4
5pub type ProtocolId = u128;