siguldry 0.8.0

A signing server and client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: MIT
// Copyright (c) Microsoft Corporation.

pub(crate) mod config;
pub mod crypto;
pub mod db;
pub(crate) mod handlers;
#[doc(hidden)]
pub mod ipc;
pub mod service;

pub use config::{Config, Pkcs11Binding};