//! Shared cryptographic primitives for the lockchain ecosystem
//!//! This is a secure storage vault after all, we need some
//! shared crypto helpers for all the other crates :)
modkeys;modutils;moddata;pubuseself::keys::{Key,KEY_LENGTH};pubuseself::data::PackedData;pubuseself::utils::*;