bee-pow 1.0.0

Provides Proof of Work utilities for the IOTA protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

//! Contains traits and implementations to provide and score Proof of Work.
//! TIP <https://github.com/iotaledger/tips/blob/main/tips/TIP-0012/tip-0012.md>.

#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![warn(missing_docs)]

pub mod providers;
pub mod score;