wedpr_s_hierarchical_deterministic_key/
lib.rs

1// Copyright 2020 WeDPR Lab Project Authors. Licensed under Apache-2.0.
2
3//! Library of hierarchical deterministic key (HDK) solution.
4
5#[macro_use]
6extern crate wedpr_l_macros;
7
8pub mod hdk;