ic-vetkeys 0.2.0

A set of tools designed to help canister developers integrate vetKeys into their Internet Computer (ICP) applications
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![warn(future_incompatible)]

pub mod encrypted_maps;
pub mod key_manager;
pub mod types;

mod utils;
pub use utils::*;